Daniel Siepmann
746aaf3285
Allow to render videos with native HTML5 support in browser. A first example video is also added to fileadmin.
31 lines
581 B
Text
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)
|
|
}
|
|
}
|