Skip to content

Commit 1a55925

Browse files
committed
Remove last traces of TypoScript
1 parent f78d181 commit 1a55925

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Configuration/Settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RobertLemke:
1010
email: ''
1111
name: 'Blog Admin'
1212

13-
# this is deprecated and should be configured via TypoScript instead
13+
# this is deprecated and should be configured via Fusion instead
1414
feed:
1515
title: 'The Neos Blog'
1616
description: 'A great, new - yet unconfigured - blog powered by Neos'

Resources/Private/Fusion/Root.fusion

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
prototype(Neos.Fusion:GlobalCacheIdentifiers).blogPostsPaginatorCurrentPage = ${request.pluginArguments.posts-paginator.currentPage}
55

66
#
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
88
# properties on its own (title, ...) and renders sub nodes contained in two
99
# separate sections, namely "main" for the actual post content and "comments" for
1010
# the comment nodes.
@@ -14,7 +14,7 @@ prototype(Neos.Fusion:GlobalCacheIdentifiers).blogPostsPaginatorCurrentPage = ${
1414
# usage of ContentCollection.
1515
#
1616
# 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.
1818
#
1919
prototype(RobertLemke.Plugin.Blog:Post) < prototype(Neos.NodeTypes:Page) {
2020
body.content.main = RobertLemke.Plugin.Blog:PostRenderer

0 commit comments

Comments
 (0)