Frontendlayouts

Add Frontendlayouts to your TYPO3 distribution.

Basic Informations

You can select a Frontendlayout in the TYPO3 backend when you edit a Page. („Apperiance“ Tab)

PageTS

# Frontendlayouts 
TCEFORM.tt_content {
    layout{
        addItems {
            100 = Background Red
            101 = Background Gray
        }
        altLabels{
            100 = Background Red
            101 = Background Gray
        }
    }
}

SetupTS

Fluid/HTML

Last updated

Was this helpful?