File tree 3 files changed +3
-1
lines changed
Packages/Sites/Sfi.Site/Resources/Private/Fusion/NodeTypes
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ prototype(Sfi.Site:SermonJson) < prototype(Neos.Fusion:RawArray) {
43
43
title = ${String.stripTags(node.properties.title)}
44
44
teaser = ${q(node).property('teaser')}
45
45
authorName = ${node.properties.author.properties.title}
46
+ authorId = ${node.properties.author.identifier}
46
47
bodytext = Neos.Fusion:Collection {
47
48
collection = ${q(node).children('main').children()}
48
49
itemRenderer = Neos.Neos:ContentCase
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ prototype(Sfi.Site:Sermon) < prototype(Sfi.Site:AbstractPage) {
46
46
share = Sfi.Site:Share
47
47
48
48
authorName = ${node.properties.author.properties.title}
49
+ authorId = ${node.properties.author.identifier}
49
50
thumbUri = Neos.Neos:ImageUri {
50
51
asset = ${node.properties.author.properties.photo}
51
52
# No idea why this is needed
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ prototype(Sfi.Site:SermonsFilteredJson) < prototype(Neos.Fusion:RawCollection) {
25
25
@cache {
26
26
mode = 'cached'
27
27
entryIdentifier {
28
- authro = ${request.arguments.author}
28
+ author = ${request.arguments.author}
29
29
theme = ${request.arguments.theme}
30
30
}
31
31
entryTags {
You can’t perform that action at this time.
0 commit comments