diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-18 16:31:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-18 16:31:08 +0200 |
| commit | 128d6ee5c937652813c7a9aed198239f1d74c96d (patch) | |
| tree | 8d3fc374f54869a9f3482a11e9a8cb581cadfd04 /animism-align/frontend/app/views/align/components/annotations/annotationForms | |
| parent | f80cc8643fa1316de9019f031e0d5754e3627a8c (diff) | |
annotation edits
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 9d15b44..8ba9c9b 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 @@ -42,6 +42,12 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h checked={annotation.settings.inline} onChange={handleSettingsSelect} /> + <Checkbox + label="Hide in transcript" + name="hide_in_transcript" + checked={annotation.settings.hide_in_transcript} + onChange={handleSettingsSelect} + /> <Select title='Color' name='color' |
