diff --git a/Configuration/TypoScript/Setup/ContentElements/Video.typoscript b/Configuration/TypoScript/Setup/ContentElements/Video.typoscript index dd507e4..5fb48f6 100644 --- a/Configuration/TypoScript/Setup/ContentElements/Video.typoscript +++ b/Configuration/TypoScript/Setup/ContentElements/Video.typoscript @@ -11,6 +11,6 @@ tt_content.video { } stdWrap { - editIcons := appendString(media) + editIcons := appendString(header, header_layout, media) } }