[TASK] Add more default typoscript
This commit is contained in:
parent
1f33de2c8f
commit
038fd63684
3
Resources/Private/TypoScript/Setup/config.ts
Normal file
3
Resources/Private/TypoScript/Setup/config.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
config {
|
||||||
|
absRefPrefix = /
|
||||||
|
}
|
4
Resources/Private/TypoScript/Setup/dev.ts
Normal file
4
Resources/Private/TypoScript/Setup/dev.ts
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
config {
|
||||||
|
cache_period = 0
|
||||||
|
no_cache = 1
|
||||||
|
}
|
@ -23,3 +23,6 @@ lib.gpvar {
|
|||||||
wrap3 = {|}
|
wrap3 = {|}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lib.contentMain < styles.content.get
|
||||||
|
lib.contentMain.select.where = colPos = 0
|
||||||
|
25
Resources/Private/TypoScript/Setup/page.ts
Normal file
25
Resources/Private/TypoScript/Setup/page.ts
Normal 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
|
||||||
|
}
|
||||||
|
}
|
@ -1 +1,6 @@
|
|||||||
<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.ts">
|
<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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user