diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-18 18:48:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-18 18:48:23 +0200 |
| commit | 108d4835d0942faf2305e702d698ae88a45022a5 (patch) | |
| tree | 5d5b0cc006684a950ea32d302d49b8c0942a3413 /animism-align/frontend/app/constants.js | |
| parent | 688caf7e58e529db5f2b0b1b482e9795be1a1dbc (diff) | |
pullquote paragraph type
Diffstat (limited to 'animism-align/frontend/app/constants.js')
| -rw-r--r-- | animism-align/frontend/app/constants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index b3371ee..44c55cf 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -39,7 +39,7 @@ export const ROMAN_NUMERALS = [ ] export const TEXT_ANNOTATION_TYPES = new Set([ - 'section_heading', 'heading_text', 'sentence', 'paragraph_end', + 'section_heading', 'heading_text', 'sentence', 'paragraph_end', 'pullquote_credit', ]) export const MEDIA_ANNOTATION_TYPES = new Set([ |
