diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-07 02:03:40 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-07 02:03:40 +0100 |
| commit | 8b962053f2af99ece482537b9ac7a1daff1400b9 (patch) | |
| tree | 75eda37932183d703df0b31023452b95a4d79554 /animism-align/frontend/app/constants.js | |
| parent | 9548d2dcb917775d0e6301c3f9f151f7f7b291fb (diff) | |
starting to add subtitles. fix carousels not showing up in transcript
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index af0e08c..c113f3c 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -46,7 +46,7 @@ export const ROMAN_NUMERALS = [ export const TEXT_ANNOTATION_TYPES = new Set([ 'section_heading', 'heading_text', 'sentence', 'paragraph_end', 'pullquote_credit', - 'footnote', 'text_plate', + 'footnote', 'text_plate', 'subtitle', ]) export const MEDIA_ANNOTATION_TYPES = new Set([ @@ -69,7 +69,7 @@ export const INLINE_UTILITY_ANNOTATION_TYPES = new Set([ ]) export const FULLSCREEN_UTILITY_ANNOTATION_TYPES = new Set([ - 'curtain', 'text_plate', + 'curtain', 'text_plate', 'subtitle', ]) export const GALLERY_UTILITY_ANNOTATION_TYPES = new Set([ |
