ds-site/Configuration/PageTSconfig/Mod/Wizards/Video.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

19 lines
556 B
Text

mod {
wizards.newContentElement.wizardItems.common {
elements {
video {
iconIdentifier = content-media
title = Video
description = Displays a Video
tt_content_defValues {
CType = video
}
}
}
show := addToList(video)
}
web_layout.tt_content.preview.video = EXT:ds_site/Resources/Private/Templates/Backend/ContentElements/Video.html
}
TCEFORM.tt_content {
CType.keepItems := addToList(video)
}