diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-18 16:31:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-18 16:31:08 +0200 |
| commit | 128d6ee5c937652813c7a9aed198239f1d74c96d (patch) | |
| tree | 8d3fc374f54869a9f3482a11e9a8cb581cadfd04 /animism-align/frontend/app/views/align/components/annotations/annotation.form.js | |
| parent | f80cc8643fa1316de9019f031e0d5754e3627a8c (diff) | |
annotation edits
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.js | 2 |
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 eb5afeb..829d3ae 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 @@ -17,7 +17,7 @@ const ANNOTATION_TYPES = [ 'video', 'image', 'gallery', 'carousel', 'grid', 'vitrine', - 'curtain', 'intro', + 'curtain', 'intro', 'schedule', ].map(name => ({ name, label: capitalize(name.replace('_', ' ')) })) class AnnotationForm extends Component { |
