TYPO3: Backend Layout Condition in TypoScript
问题 I'd like to change the way elements are rendered depending on the page's backend layout. Changing the fluid styled content template depending on the backend layout works as following: [globalVar = TSFE:page|backend_layout = 1][globalVar = TSFE:page|backend_layout = 2] lib.fluidContent.templateRootPaths.10 = EXT:ds_res/Resources/Private/Templates/ContentTemplates/ [global] If it's 1 or 2, then use the other templates. However , this only works if the BE layout is set directly at the page and