From 8b962053f2af99ece482537b9ac7a1daff1400b9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 7 Nov 2020 02:03:40 +0100 Subject: starting to add subtitles. fix carousels not showing up in transcript --- animism-align/frontend/app/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend/app/constants.js') 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([ -- cgit v1.2.3-70-g09d2