2020-08-19 23:01:35 +02:00
|
|
|
tt_content.video =< lib.contentElement
|
|
|
|
tt_content.video {
|
|
|
|
templateName = Video
|
|
|
|
|
|
|
|
dataProcessing {
|
|
|
|
10 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
|
|
|
|
10 {
|
|
|
|
references.fieldName = media
|
|
|
|
as = videos
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
stdWrap {
|
2020-08-19 23:15:08 +02:00
|
|
|
editIcons := appendString(header, header_layout, media)
|
2020-08-19 23:01:35 +02:00
|
|
|
}
|
|
|
|
}
|