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 7b95332..8a1be48 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
@@ -7,6 +7,7 @@ import {
import {
AnnotationFormVideo,
+ AnnotationFormVideoSetVolume,
} from './annotationForm.video'
import {
@@ -31,6 +32,7 @@ export const annotationFormLookup = {
image: AnnotationFormImage,
video: AnnotationFormVideo,
+ video_set_volume: AnnotationFormVideoSetVolume,
gallery: AnnotationFormGallery,
carousel: AnnotationFormGallery,