diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-30 15:46:23 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-30 15:46:23 +0100 |
| commit | c57b5b04911dca9cf62d4aa0a115de6e548699af (patch) | |
| tree | f8969f3d3e8527dc3f2d214c352f59ace493ff6c /animism-align/frontend/app/views/align/components/annotations | |
| parent | ccdb6afdc8bbb9d01401b3cc1e5f3499bd3cd2ec (diff) | |
inline video captions
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations')
| -rw-r--r-- | animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js | 8 |
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 12a322c..f4cf4c5 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 @@ -92,6 +92,14 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h defaultOption='Select size' onChange={handleSettingsSelect} /> + <Select + title='Poster background color' + name='poster_background_color' + selected={annotation.settings.poster_background_color} + options={CURTAIN_COLOR_SELECT_OPTIONS} + defaultOption='Pick a color' + onChange={handleSettingsSelect} + /> <TextInput title="Video start time" name="video_start_ts" |
