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-09-18 18:48:23 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-18 18:48:23 +0200
commit108d4835d0942faf2305e702d698ae88a45022a5 (patch)
tree5d5b0cc006684a950ea32d302d49b8c0942a3413 /animism-align/frontend/app/views/align/components/annotations/annotation.form.js
parent688caf7e58e529db5f2b0b1b482e9795be1a1dbc (diff)
pullquote paragraph type
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 985e592..f327735 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
@@ -13,7 +13,7 @@ import { Select } from 'app/common'
import { annotationFormLookup } from './annotationForms'
const ANNOTATION_TYPES = [
- 'sentence', 'section_heading', 'heading_text', 'paragraph_end',
+ 'sentence', 'section_heading', 'heading_text', 'pullquote_credit', 'paragraph_end',
'video',
'image',
'gallery', 'carousel', 'grid', 'vitrine',