| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #
- # TCEFORM Config
- #
- TCEFORM {
- #
- # Content
- #
- tt_content {
- layout.types {
- #
- # Container elements
- #
- 1col-container {
- altLabels {
- 0 = Default
- 1 = Container
- 2 = Container Fluid
- 3 = Container Fluid (no padding)
- }
- }
- 2cols-with-header-container < .1col-container
- 3cols-container < .1col-container
- #
- # Menu elements
- #
- menu_subpages {
- altLabels {
- 1 = LLL - Category
- }
- keepItems = 0,1
- }
- }
- frame_class {
- keepItems =
- addItems {
- default = Default
- }
- }
- }
- #
- # Pages
- #
- pages {
- }
- }
|