ds-site/Configuration/PageTSconfig/Mod/Wizards/0_NewContentElement.tsconfig
Daniel Siepmann c56e57e765 Add shortcut element to not repeat recurring content
E.g. menus of a blog post series can now be referenced.
2020-08-19 23:19:45 +02:00

31 lines
624 B
Text

mod.wizards.newContentElement.wizardItems {
common {
show = text, image, video
elements {
image {
tt_content_defValues {
header = Image
header_layout = 100
}
}
}
}
menu {
show = menu_abstract, menu_pages, menu_subpages
}
special {
show = shortcut
}
forms {
show =
}
plugins {
show =
}
}
TCEFORM.tt_content {
CType {
keepItems := addToList(text, image, video, menu_abstract, menu_pages, menu_subpages, shortcut)
}
}