summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
diff options
context:
space:
mode:
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.js2
1 files changed, 2 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 9a3b386..7b95332 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
@@ -2,6 +2,7 @@ import {
AnnotationFormSectionHeading,
AnnotationFormTextPlate,
AnnotationFormFootnote,
+ AnnotationFormSubtitle,
} from './annotationForm.text'
import {
@@ -26,6 +27,7 @@ export const annotationFormLookup = {
section_heading: AnnotationFormSectionHeading,
text_plate: AnnotationFormTextPlate,
footnote: AnnotationFormFootnote,
+ subtitle: AnnotationFormSubtitle,
image: AnnotationFormImage,
video: AnnotationFormVideo,