diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-09 18:55:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-09 18:55:59 +0200 |
| commit | af17cb4e5de2d236305c208de9c4bc16efdc04b8 (patch) | |
| tree | 10ffeaa0bb28d8891004a0c10a8325a425cef4b1 /animism-align/frontend/app/constants.js | |
| parent | 8bc34e487d138573374c4cbe2fe6e892565b9323 (diff) | |
keep track of carousel advance instructions
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index c244a60..b3371ee 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -65,6 +65,10 @@ export const FULLSCREEN_UTILITY_ANNOTATION_TYPES = new Set([ 'curtain', ]) +export const GALLERY_UTILITY_ANNOTATION_TYPES = new Set([ + 'gallery_advance', +]) + export const CURTAIN_COLORS = [ { label: 'white', backgroundColor: '#ffffff', textColor: '#000000' }, { label: 'light gray', backgroundColor: '#eeeeee', textColor: '#000000' }, |
