diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-23 14:16:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-23 14:16:16 +0200 |
| commit | 41052dd5b95cf2813662d8201b206ad2af78da40 (patch) | |
| tree | db02c19978d9dcd3e76bc55b86c19fa3ca51f6f5 /animism-align/frontend/app/views/align/components/annotations/annotationForms | |
| parent | 5e4b9365a5f71827aafd674f97464441707c5d3c (diff) | |
fixing heights of carousels. set media title from fullscreen video
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms')
| -rw-r--r-- | animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js index 8ba9c9b..b89a412 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js @@ -43,6 +43,12 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h onChange={handleSettingsSelect} /> <Checkbox + label="Show poster image" + name="poster" + checked={annotation.settings.poster} + onChange={handleSettingsSelect} + /> + <Checkbox label="Hide in transcript" name="hide_in_transcript" checked={annotation.settings.hide_in_transcript} |
