We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7204d7 commit ab1acf7Copy full SHA for ab1acf7
Packages/Sites/Sfi.Site/Resources/Private/Fusion/NodeTypes/SermonJson.fusion
@@ -1,5 +1,5 @@
1
root.sermonJson {
2
- condition = ${request.format == 'json'}
+ condition = ${request.arguments.format == 'json'}
3
renderer = Neos.Fusion:Http.Message {
4
httpResponseHead {
5
headers.Content-Type = 'application/json;charset=utf-8'
@@ -8,6 +8,7 @@ root.sermonJson {
8
content = Sfi.Site:SermonJsonRenderer
9
}
10
11
+root.@cache.entryIdentifier.format = ${request.arguments.format}
12
13
prototype(Sfi.Site:SermonJsonRenderer) < prototype(Sfi.Site:SermonJson) {
14
@process.1 = ${Json.stringify(value)}
0 commit comments