We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a86a0 commit a341f65Copy full SHA for a341f65
Documentation/DataProcessing/_PageContentFetchingProcessor/_Default.html
@@ -1,8 +1,8 @@
1
<f:render partial="Jumbotron" arguments="{jumbotronContent: myContent.jumbotron}"/>
2
<main>
3
<f:for each="{myContent.left.records}" as="contentElement">
4
- <h3>{contentElement.data.header}</h3>
5
- <p>{contentElement.data.bodytext -> f:format.html()}</p>
+ <h3>{contentElement.header}</h3>
+ <p>{contentElement.bodytext -> f:format.html()}</p>
6
</f:for>
7
</main>
8
<aside>
0 commit comments