diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-11 19:38:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-11 19:38:53 +0200 |
| commit | 6a4d95f988e7782080de3056fe60522404ea4a12 (patch) | |
| tree | 214a6c478ccf7e6f4f4419b2963c8e32c2d2c2a6 /animism-align/frontend/app/constants.js | |
| parent | 5f7315b1512ecb36be73ab91b52a178257337dd7 (diff) | |
adding vitrine
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 3 |
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' }, |
