Add missing fields to edit for video element

This commit is contained in:
Daniel Siepmann 2020-08-19 23:15:08 +02:00
parent b606587654
commit a4fe898a3b

View file

@ -11,6 +11,6 @@ tt_content.video {
} }
stdWrap { stdWrap {
editIcons := appendString(media) editIcons := appendString(header, header_layout, media)
} }
} }