[TASK] Update default template name handling

This commit is contained in:
Philipp Dieter
2020-07-21 23:53:58 +02:00
parent cf3c2a08e8
commit 0bad55dfef
8 changed files with 96 additions and 8 deletions

View File

@@ -0,0 +1 @@
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:templates_aide/Resources/Private/PageTSConfig/lib/layout.tsconfig">

View File

@@ -0,0 +1,29 @@
mod {
web_layout {
BackendLayouts {
default {
title = LLL:EXT:templates_aide/Resources/Private/Language/locallang.xlf:default
config {
backend_layout {
colCount = 1
rowCount = 1
rows {
1 {
columns {
1 {
name = LLL:EXT:templates_aide/Resources/Private/Language/locallang.xlf:default
colPos = 0
}
}
}
}
}
}
}
homepage < .default
homepage.title = LLL:EXT:templates_aide/Resources/Private/Language/locallang.xlf:homepage
subpage < .default
subpage.title = LLL:EXT:templates_aide/Resources/Private/Language/locallang.xlf:subpage
}
}
}