2019-11-13 23:40:26 +01:00
|
|
|
mod.wizards.newContentElement.wizardItems {
|
|
|
|
common {
|
2020-08-19 23:01:35 +02:00
|
|
|
show = text, image, video
|
2019-11-28 18:04:08 +01:00
|
|
|
|
|
|
|
elements {
|
|
|
|
image {
|
|
|
|
tt_content_defValues {
|
|
|
|
header = Image
|
|
|
|
header_layout = 100
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-11-13 23:40:26 +01:00
|
|
|
}
|
|
|
|
menu {
|
2020-02-07 11:23:06 +01:00
|
|
|
show = menu_abstract, 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 {
|
2020-08-19 23:01:35 +02:00
|
|
|
keepItems := addToList(text, image, video, menu_abstract, menu_subpages)
|
2019-12-13 15:17:30 +01:00
|
|
|
}
|
|
|
|
}
|