commit for base design

This commit is contained in:
2024-12-11 21:30:25 +01:00
parent b3255df808
commit 948513cc41
14 changed files with 213 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
TCEFORM.tt_content.CType {
# TYPO3 Core:
keepItems = text, image, textpic, form_formframework
# Sitepackage:
# Third-party extensions:
keepItems := addToList(news_newsliststicky, news_newsdetail)
keepItems := addToList(textcolumn)
}

View File

@@ -0,0 +1,18 @@
@import 'EXT:base_design/Configuration/TsConfig/Page/Mod/WebLayout/BackendLayouts/*.tsconfig'
mod.web_layout.BackendLayouts {
2_columns >
2_columns_25_75 >
2_columns_50_50 >
2_columns_offset_right >
3_columns >
# default >
# simple >
special_feature >
special_start >
subnavigation_left >
subnavigation_left_2_columns >
subnavigation_right >
subnavigation_right_2_columns >
}

View File

@@ -0,0 +1,5 @@
RTE {
default {
preset = base
}
}