diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-18 18:07:29 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-18 18:07:29 +0100 |
| commit | 4ad86a73f16c892940dabdfaf0d621644bc2747e (patch) | |
| tree | a85f70e9a99ea50a3d51a61200eea9d4a82315af /animism-align/frontend/app/constants.js | |
| parent | f0a304ee08c9acbbeb869596b03935b55830a31e (diff) | |
passing cues down to the video and galleries
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index 079c6b5..8655c3a 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -97,7 +97,7 @@ export const FULLSCREEN_UTILITY_ANNOTATION_TYPES = new Set([ 'curtain', 'text_plate', 'subtitle', ]) -export const GALLERY_UTILITY_ANNOTATION_TYPES = new Set([ +export const CUE_UTILITY_ANNOTATION_TYPES = new Set([ 'gallery_advance', ]) |
