ViewHelper: render.contentArea
TYPO3
Show in appDescription
The <f:render.contentArea> ViewHelper, introduced in TYPO3 v14, provides a standardised way to render all content elements within a backend layout column in a Fluid page template. It replaces the previous combination of <f:cObject> and <f:for> and works with content areas supplied by the page-content data processor.
Goals
- I know what the <f:render.contentArea> ViewHelper does.
- I know that <f:render.contentArea> replaces <f:cObject> and <f:for>.
- I know that <f:render.contentArea> requires a ContentArea object supplied by the page-content data processor.
- I know the tag syntax and the inline syntax for invoking <f:render.contentArea> in a page template.
- I know that <f:render.contentArea> is designed for use with the PAGEVIEW TypoScript content object.
Maintainer
Oliver Thiele
Web Development Oliver Thiele