update Layouts

This commit is contained in:
2020-12-06 13:56:46 +01:00
parent 463e4c05c5
commit b5ee5c33c1
23 changed files with 386 additions and 33 deletions
+31
View File
@@ -5,3 +5,34 @@
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sitepackage/Configuration/TSconfig/Page/TCEFORM.tsconfig">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sitepackage/Configuration/TSconfig/Page/TCEMAIN.tsconfig">
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sitepackage/Configuration/TSconfig/Page/Mod/WebLayout/BackendLayouts.tsconfig">
# ###
# BE module settings
# ###
mod {
# content element wizard
wizards.newContentElement {
wizardItems {
common {
elements {
shortcut < mod.wizards.newContentElement.wizardItems.special.elements.shortcut
}
show := addToList(shortcut)
}
special {
show := removeFromList(shortcut)
}
mask >
}
}
# BE default language optimization
SHARED {
defaultLanguageFlag = de
defaultLanguageLabel = Deutsch
}
}