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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js
index 1acdf5b..69f2b44 100644
--- a/animism-align/frontend/app/constants.js
+++ b/animism-align/frontend/app/constants.js
@@ -43,7 +43,7 @@ export const TEXT_ANNOTATION_TYPES = new Set([
])
export const MEDIA_ANNOTATION_TYPES = new Set([
- 'image', 'carousel', 'grid',
+ 'image', 'carousel', 'grid', 'gallery',
'video',
'vitrine',
])
@@ -66,6 +66,7 @@ export const FULLSCREEN_UTILITY_ANNOTATION_TYPES = new Set([
export const CURTAIN_COLORS = [
{ label: 'white', backgroundColor: '#ffffff', textColor: '#000000' },
+ { label: 'light gray', backgroundColor: '#eeeeee', textColor: '#000000' },
{ label: 'dark blue', backgroundColor: '#1a1f33', textColor: '#ffffff' },
{ label: 'dark gray', backgroundColor: '#222222', textColor: '#ffffff' },
{ label: 'black', backgroundColor: '#000000', textColor: '#ffffff' },