Skip to main content

Community library

Reusable Fluid and TYPO3 examples

Browse practical patterns shared by the FluidTYPO3 community.

11 examples

CSC: HTML wrapper for specific fluidcontent type

If you use css_styled_content and need to override the default container for a content element of type fluidcontent_content, you can achieve this using tt_content.stdWrap.outerWrap.cObject. This Gist goes one stage further and compares the name of the actual Fluid template being implemented to allow a more specific wrapper.

Read full example