summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-05 15:16:33 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-05 15:16:33 +0100
commit948da5caeff1a0ae9990e6ddb2fbc37f8d0d04ae (patch)
treefead80aecf27f3925e69389e0c15a6c8b59ee974 /animism-align/frontend/app/views/align/components/annotations/annotationForms
parentb50b9ba9245d98a4552133db4e9d27de0f72fbe0 (diff)
fixing scrubber
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.js8
1 files changed, 8 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 f634faa..56bb4ab 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
@@ -50,6 +50,14 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h
/>
{annotation.settings.inline && (
<Checkbox
+ label="Hide Controls"
+ name="hide_controls"
+ checked={annotation.settings.hide_controls}
+ onChange={handleSettingsSelect}
+ />
+ )}
+ {annotation.settings.inline && (
+ <Checkbox
label="Show poster image"
name="poster"
checked={annotation.settings.poster}