39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
#
|
|
# PageTS for Sitepackage
|
|
#
|
|
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sitepackage/Configuration/TSconfig/Page/RTE.tsconfig">
|
|
<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
|
|
}
|
|
}
|