ds-site/Configuration/TypoScript/Setup/Page.typoscript

51 lines
1.2 KiB
Text
Raw Normal View History

2019-11-13 23:40:26 +01:00
page = PAGE
page {
includeCSS {
index = EXT:ds_site/Resources/Public/Css/index.css
}
10 = FLUIDTEMPLATE
10 {
templateName {
cObject = TEXT
cObject {
data = pagelayout
required = 1
case = uppercamelcase
split {
token = pagets__
cObjNum = 1
1.current = 1
}
}
ifEmpty = Default
}
layoutRootPaths {
10 = EXT:ds_site/Resources/Private/Layouts/Page/
}
partialRootPaths {
10 = EXT:ds_site/Resources/Private/Partials/
20 = EXT:ds_site/Resources/Private/Partials/Page/
}
templateRootPaths {
10 = EXT:ds_site/Resources/Private/Templates/Page/
}
variables {
introduction < styles.content.get
introduction {
select {
where = {#colPos}=50
}
}
contentMain =< styles.content.get
footer < styles.content.get
footer {
select {
where = {#colPos}=100
}
}
}
}
}