summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-09 18:55:59 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-09 18:55:59 +0200
commitaf17cb4e5de2d236305c208de9c4bc16efdc04b8 (patch)
tree10ffeaa0bb28d8891004a0c10a8325a425cef4b1 /animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
parent8bc34e487d138573374c4cbe2fe6e892565b9323 (diff)
keep track of carousel advance instructions
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js')
-rw-r--r--animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js3
1 files changed, 3 insertions, 0 deletions
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 a4ad015..5cbe773 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
@@ -12,6 +12,7 @@ import {
import {
AnnotationFormGallery,
+ AnnotationFormGalleryAdvance,
} from './annotationForm.gallery'
import {
@@ -30,6 +31,8 @@ export const annotationFormLookup = {
grid: AnnotationFormGallery,
vitrine: AnnotationFormGallery,
+ gallery_advance: AnnotationFormGalleryAdvance,
+
intro: AnnotationFormIntro,
curtain: AnnotationFormCurtain,
}