summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-14 15:26:55 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-14 15:26:55 +0200
commit38fd1460b6de1a72b1345c5f23ea688c54f14689 (patch)
treee0b74a696d19616ef31d0fc05e1f4a51056ce6ed /animism-align/frontend/app/views/align/components/annotations/annotationForms
parent7ed7efb524e7984e8e1ca0da77a882412a748174 (diff)
option to loop 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.js6
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 b89a412..ce07d09 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="Loop"
+ name="loop"
+ checked={annotation.settings.loop}
+ onChange={handleSettingsSelect}
+ />
+ <Checkbox
label="Show poster image"
name="poster"
checked={annotation.settings.poster}