ds-site/Configuration/PageTSconfig/Mod/Wizards/0_NewContentElement.tsconfig
Daniel Siepmann 746aaf3285 Add basic video content element and first video
Allow to render videos with native HTML5 support in browser.
A first example video is also added to fileadmin.
2020-08-19 23:01:35 +02:00

31 lines
581 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_subpages
}
special {
show =
}
forms {
show =
}
plugins {
show =
}
}
TCEFORM.tt_content {
CType {
keepItems := addToList(text, image, video, menu_abstract, menu_subpages)
}
}