diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-13 20:15:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-13 20:15:08 +0200 |
| commit | 45cf182c73a6eb019bf7e61cafa3ca117b014ddb (patch) | |
| tree | 52dec0319e4fdbd0c2028dd3a6765ad3508d834c /animism-align/frontend/app/constants.js | |
| parent | a0cfa87f52a9ba82a3f35878bbe7ab8221804e60 (diff) | |
gallery vs carousel
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index 16548ee..cd2b3fd 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -50,6 +50,7 @@ export const MEDIA_ANNOTATION_TYPES = new Set([ export const MEDIA_LABEL_TYPES = { image: 'Image Gallery', + gallery: 'Image Gallery', carousel: 'Image Gallery', grid: 'Image Gallery', video: 'Video', |
