Render.contentArea ViewHelper <f:render.contentArea>
ViewHelper to render a content area as provided by the page-content processor. The most common use case is to render all content elements within column from a backend layout.
page = PAGE
page.10 = PAGEVIEW
page.10.paths.10 = EXT:my_site_package/Resources/Private/Templates/
Copied!
<f:render.contentArea contentArea="{content.main}" />
Copied!
or:
{content.main -> f:render.contentArea()}
Copied!
Go to the source code of this ViewHelper: Render\ContentAreaViewHelper.php (GitHub).
Arguments
The following arguments are available for the render.contentArea ViewHelper:
contentArea
-
- Type
- TYPO3\CMS\Core\Page\ContentArea
- Required
- 1
A content area from the page-content processor