File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RobertLemke:
10
10
email : ' '
11
11
name : ' Blog Admin'
12
12
13
- # this is deprecated and should be configured via TypoScript instead
13
+ # this is deprecated and should be configured via Fusion instead
14
14
feed :
15
15
title : ' The Neos Blog'
16
16
description : ' A great, new - yet unconfigured - blog powered by Neos'
Original file line number Diff line number Diff line change 4
4
prototype(Neos.Fusion:GlobalCacheIdentifiers).blogPostsPaginatorCurrentPage = ${request.pluginArguments.posts-paginator.currentPage}
5
5
6
6
#
7
- # Blog Post is rendered by a Template-based TypoScript object which contains some
7
+ # Blog Post is rendered by a Template-based Fusion object which contains some
8
8
# properties on its own (title, ...) and renders sub nodes contained in two
9
9
# separate sections, namely "main" for the actual post content and "comments" for
10
10
# the comment nodes.
@@ -14,7 +14,7 @@ prototype(Neos.Fusion:GlobalCacheIdentifiers).blogPostsPaginatorCurrentPage = ${
14
14
# usage of ContentCollection.
15
15
#
16
16
# The blog post comments are just several Text nodes which are as well rendered
17
- # through the TypoScript collection feature.
17
+ # through the Fusion collection feature.
18
18
#
19
19
prototype(RobertLemke.Plugin.Blog:Post) < prototype(Neos.NodeTypes:Page) {
20
20
body.content.main = RobertLemke.Plugin.Blog:PostRenderer
You can’t perform that action at this time.
0 commit comments