Hi, ich war jetzt etwas länger nicht mehr Aktiv und seh FLUIDTEMPLATE zum ersten mal.
Ich hab hier ein TS Das darüber das Layout generiert allerdings ist es nur auf ein Template ausgelegt.
Ich hätte gerne ein zweites Template das man dann im Backend unter "Frontend-Layouts" Auswählen kann, Templates und alles andere ist erledigt nur das TS klappt hier nicht. ;-(
# Content lib.content.main { table = tt_content select { pidInList = this orderBy = sorting where = colPos=0 languageField = sys_language_uid } } # Sidebar lib.content.sidebar < lib.content.main lib.content.sidebar { select { where = colPos=1 } table = tt_content select { pidInList = 1 orderBy = sorting where = colPos=1 languageField = sys_language_uid } } } 10 { templateName = TEXT default = TEXT default.value = Default.html } templateRootPaths { 0 = EXT:cfe_site/Resources/Private/Templates/Page } partialRootPaths { 0 = EXT:cfe_site/Resources/Private/Partials/Page } layoutRootPaths { 0 = EXT:cfe_site/Resources/Private/Layouts/Page } }