Add poster field to video artwork blueprints
This commit is contained in:
parent
c0e9465298
commit
f4d9653fe6
3 changed files with 30 additions and 6 deletions
|
@ -9,6 +9,24 @@ fields:
|
|||
en: Alternative text
|
||||
fr: Texte alternatif
|
||||
type: text
|
||||
poster:
|
||||
when:
|
||||
file_type: video
|
||||
label:
|
||||
en: Poster
|
||||
fr: Vignette
|
||||
type: files
|
||||
uploads: image
|
||||
layout: cards
|
||||
image:
|
||||
ratio: 16/9
|
||||
cover: true
|
||||
back: white
|
||||
multiple: false
|
||||
help:
|
||||
en: "Image displayed before video playback (format: JPEG or PNG). The first image of the video is used if this field is empty."
|
||||
fr: "Image affichée avant la lecture de la vidéo (format : JPEG ou PNG). La première image de la vidéo est utilisée si ce champ est vide."
|
||||
width: 1/4
|
||||
caption:
|
||||
label:
|
||||
en: Caption
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue