summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotation.form.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-08-07 18:16:54 +0200
committerJules Laplace <julescarbon@gmail.com>2020-08-07 18:17:09 +0200
commitf38815753af0b72c0407a2efe448a6c8a027ddca (patch)
tree453afeba6417cdac169fc7db46a243ab219cd17e /animism-align/frontend/app/views/align/components/annotations/annotation.form.js
parent1f58406d9e0e4a7e2bbb4afa02d3c96b82bd0de1 (diff)
add intro gif
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotation.form.js')
-rw-r--r--animism-align/frontend/app/views/align/components/annotations/annotation.form.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotation.form.js b/animism-align/frontend/app/views/align/components/annotations/annotation.form.js
index 5842aab..80a960f 100644
--- a/animism-align/frontend/app/views/align/components/annotations/annotation.form.js
+++ b/animism-align/frontend/app/views/align/components/annotations/annotation.form.js
@@ -16,7 +16,7 @@ const ANNOTATION_TYPES = [
'sentence', 'section_heading', 'heading_text', 'paragraph_end',
'video',
'image', 'image_carousel',
- 'curtain',
+ 'curtain', 'intro',
].map(name => ({ name, label: capitalize(name.replace('_', ' ')) }))
class AnnotationForm extends Component {