From a4fe898a3b9053da99667ce14312bad95e5fb484 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 19 Aug 2020 23:15:08 +0200 Subject: [PATCH] Add missing fields to edit for video element --- Configuration/TypoScript/Setup/ContentElements/Video.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }