Daniel Siepmann
746aaf3285
Allow to render videos with native HTML5 support in browser. A first example video is also added to fileadmin.
16 lines
325 B
Text
16 lines
325 B
Text
tt_content.video =< lib.contentElement
|
|
tt_content.video {
|
|
templateName = Video
|
|
|
|
dataProcessing {
|
|
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
|
10 {
|
|
references.fieldName = media
|
|
as = videos
|
|
}
|
|
}
|
|
|
|
stdWrap {
|
|
editIcons := appendString(media)
|
|
}
|
|
}
|