commit for base design
This commit is contained in:
parent
b3255df808
commit
948513cc41
14 changed files with 213 additions and 9 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
@ -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 >
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
RTE {
|
||||
default {
|
||||
preset = base
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue