From 45cf182c73a6eb019bf7e61cafa3ca117b014ddb Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 13 Aug 2020 20:15:08 +0200 Subject: gallery vs carousel --- .../app/views/align/components/annotations/annotationForms/index.js | 1 + .../app/views/align/components/annotations/annotationTypes/index.js | 1 + 2 files changed, 2 insertions(+) (limited to 'animism-align/frontend/app/views/align/components/annotations') diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js index f8b3698..ab63c98 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js @@ -27,5 +27,6 @@ export const annotationFormLookup = { curtain: AnnotationFormCurtain, gallery: AnnotationFormGallery, grid: AnnotationFormGallery, + carousel: AnnotationFormGallery, vitrine: AnnotationFormGallery, } diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationTypes/index.js b/animism-align/frontend/app/views/align/components/annotations/annotationTypes/index.js index 512ce6d..f69e81f 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationTypes/index.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationTypes/index.js @@ -34,6 +34,7 @@ export const AnnotationElementLookup = { gallery: React.memo(AnnotationGallery), grid: React.memo(AnnotationGallery), vitrine: React.memo(AnnotationGallery), + carousel: React.memo(AnnotationGallery), intro: React.memo(AnnotationIntro), curtain: React.memo(AnnotationCurtain), } -- cgit v1.2.3-70-g09d2