Skip to content

[FEATURE] add ContentAreaProcessor for TYPO3 v14 f:render.contentArea#711

Draft
Kanti wants to merge 1 commit intob13:masterfrom
andersundsehr:feature/content-area
Draft

[FEATURE] add ContentAreaProcessor for TYPO3 v14 f:render.contentArea#711
Kanti wants to merge 1 commit intob13:masterfrom
andersundsehr:feature/content-area

Conversation

@Kanti
Copy link

@Kanti Kanti commented Mar 16, 2026

Automatically detects if content element has container columns
adds them lazily to the content variable.
The ContentArea can be used in f:render.contentArea ViewHelper
Only use this DataProcessor for TYPO3 v14 or higher:

lib.contentElement.dataProcessing.1773665522 = B13\Container\DataProcessing\ContentAreaProcessor
#or
tt_content.b13-2cols < lib.contentElement
tt_content.b13-2cols {
  templateName = 2Cols
  templateRootPaths.10 = EXT:base/Resources/Private/Templates
  dataProcessing.100 = B13\Container\DataProcessing\ContentAreaProcessor
}
<f:render.contentArea contentArea="{content.200}" />

@Kanti Kanti force-pushed the feature/content-area branch from 5970d79 to cc48c21 Compare March 16, 2026 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant