


So kanns gehen, eben noch down und nun wieder obenauf. Verückt dieses Typo3
Also hier ist die Lösung:
Ins Template
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12:
| page.10 = TEMPLATE page.10.template = FILE [globalVar=TSFE:page|layout=0] page.10.template.file = fileadmin/template/kt-org/css-layout.html page.includeCSS.file1 = fileadmin/template/kt-org/css/import_2_col.css page.includeCSS.file2 = fileadmin/template/kt-org/css/iehack_2_col.css [global] [globalVar=TSFE:page|layout=1] page.10.template.file = fileadmin/template/kt-org/css-layout.html page.includeCSS.file1 = fileadmin/template/kt-org/css/import_3_col.css page.includeCSS.file2 = fileadmin/template/kt-org/css/iehack_3_col.css [global] |
In die TSConfig der Rootpage
Typoscript-Code:
1: 2: 3: 4: 5:
| TCEFORM.pages.layout.altLabels.0 = 2-Spalten TCEFORM.pages.layout.altLabels.1 = 3-Spalten TCEFORM.pages.layout.removeItems = 2,3,4,5,6 |
Das hab ich in nem anderen Forum gefunden und es funktioniert wie wild. Der Redakteur kann sich jetzt fein sein Layout aussuchen


