update Layouts
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ mod {
|
||||
title = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.default
|
||||
config {
|
||||
backend_layout {
|
||||
colCount = 2
|
||||
colCount = 3
|
||||
rowCount = 1
|
||||
rows {
|
||||
1 {
|
||||
@@ -16,18 +16,19 @@ mod {
|
||||
1 {
|
||||
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
|
||||
colPos = 0
|
||||
colSpan = 2
|
||||
}
|
||||
2 {
|
||||
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.marginal
|
||||
colPos = 1
|
||||
width = 25%
|
||||
colSpan = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/example.svg
|
||||
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/default.svg
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ mod {
|
||||
title = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.home
|
||||
config {
|
||||
backend_layout {
|
||||
colCount = 1
|
||||
colCount = 3
|
||||
rowCount = 2
|
||||
rows {
|
||||
1 {
|
||||
@@ -16,21 +16,30 @@ mod {
|
||||
1 {
|
||||
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.normal
|
||||
colPos = 0
|
||||
colspan = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
2 {
|
||||
columns {
|
||||
1 {
|
||||
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer
|
||||
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer-left
|
||||
colPos = 200
|
||||
}
|
||||
2 {
|
||||
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer-center
|
||||
colPos = 201
|
||||
}
|
||||
3 {
|
||||
name = LLL:EXT:sitepackage/Resources/Private/Language/locallang_be.xlf:backend_layout.column.footer-right
|
||||
colPos = 202
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/example.svg
|
||||
icon = EXT:sitepackage/Resources/Public/Icons/BackendLayouts/home.svg
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
#############
|
||||
RTE {
|
||||
default {
|
||||
preset = sitepackage
|
||||
preset = sitepackage_default
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,9 +110,15 @@ page {
|
||||
marginal-content < styles.content.get
|
||||
marginal-content.select.where = colPos=1
|
||||
|
||||
footer-content < styles.content.get
|
||||
footer-content.select.where = colPos=200
|
||||
footer-content.slide = -1
|
||||
footer-left < styles.content.get
|
||||
footer-left.select.where = colPos=200
|
||||
footer-left.slide = -1
|
||||
footer-center < styles.content.get
|
||||
footer-center.select.where = colPos=201
|
||||
footer-center.slide = -1
|
||||
footer-right < styles.content.get
|
||||
footer-right.select.where = colPos=202
|
||||
footer-right.slide = -1
|
||||
|
||||
# breadcrumbSingleRecordEntry is used to extend the breadcrumb path
|
||||
# it allows us to display the title of a single record (like tx_news detail page)
|
||||
|
||||
Reference in New Issue
Block a user