[TASK] Add more default typoscript

This commit is contained in:
Philipp Dieter 2020-02-17 23:42:48 +01:00
parent 1f33de2c8f
commit 038fd63684
5 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,3 @@
config {
absRefPrefix = /
}

View File

@ -0,0 +1,4 @@
config {
cache_period = 0
no_cache = 1
}

View File

@ -23,3 +23,6 @@ lib.gpvar {
wrap3 = {|}
}
}
lib.contentMain < styles.content.get
lib.contentMain.select.where = colPos = 0

View File

@ -0,0 +1,25 @@
page = PAGE
page {
10 = FLUIDTEMPLATE
10 {
templateName = Base
layoutRootPaths {
0 = EXT:site_templates/Resources/Private/Layouts
}
templateRootPaths {
0 = EXT:site_templates/Resources/Private/Templates
}
partialRootPaths {
0 = EXT:site_templates/Resources/Private/Partials
}
}
includeJSFooter {
file01 = {$asset.js.site}
file01.external = 1
file01.forceOnTop = 1
}
includeCSS {
file01 = {$asset.css.site}
file01.external = 1
}
}

View File

@ -1 +1,6 @@
<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/config.ts">
<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/page.ts">
[applicationContext = Development]
<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/dev.ts">
[end]