summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/constants.js')
-rw-r--r--animism-align/frontend/app/constants.js4
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' },