From 3f76b12c0f822d2d47dfbdd745f80ee803d95d98 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 21 Oct 2020 18:19:21 +0200 Subject: form field for actual ts of note --- .../annotations/annotationForms/annotationForm.text.js | 16 ++++++++++++++++ .../components/annotations/annotationForms/index.js | 2 ++ 2 files changed, 18 insertions(+) (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms') diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.text.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.text.js index aeebc55..82a0d6e 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.text.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.text.js @@ -83,3 +83,19 @@ export const AnnotationFormTextPlate = ({ annotation, handleSettingsSelect, hand ) } + + +export const AnnotationFormFootnote = ({ annotation, handleSettingsSelect, handleSettingsChange }) => { + return ( +
+ +
+ ) +} 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 4f91354..9a3b386 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 @@ -1,6 +1,7 @@ import { AnnotationFormSectionHeading, AnnotationFormTextPlate, + AnnotationFormFootnote, } from './annotationForm.text' import { @@ -24,6 +25,7 @@ import { export const annotationFormLookup = { section_heading: AnnotationFormSectionHeading, text_plate: AnnotationFormTextPlate, + footnote: AnnotationFormFootnote, image: AnnotationFormImage, video: AnnotationFormVideo, -- cgit v1.2.3-70-g09d2