ds-site/Configuration/PageTSconfig/Mod/Wizards/0_NewContentElement.tsconfig

32 lines
605 B
Text
Raw Normal View History

2019-11-13 23:40:26 +01:00
mod.wizards.newContentElement.wizardItems {
common {
show = text, image, video
elements {
image {
tt_content_defValues {
header = Image
header_layout = 100
}
}
}
2019-11-13 23:40:26 +01:00
}
menu {
show = menu_abstract, menu_pages, menu_subpages
2019-11-13 23:40:26 +01:00
}
special {
show =
}
forms {
show =
}
plugins {
show =
}
}
2019-12-13 15:17:30 +01:00
TCEFORM.tt_content {
CType {
keepItems := addToList(text, image, video, menu_abstract, menu_pages, menu_subpages)
2019-12-13 15:17:30 +01:00
}
}