From f66dd644e228592cb72e03b44cb63df1ea27e5f2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 10 Nov 2020 15:25:09 +0100 Subject: new curtain styles --- animism-align/frontend/app/constants.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'animism-align/frontend/app/constants.js') diff --git a/animism-align/frontend/app/constants.js b/animism-align/frontend/app/constants.js index 73cc5e7..c2e9c9b 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -94,6 +94,12 @@ export const BLACK_WHITE_SELECT_OPTIONS = [ { label: 'black', name: 'black'}, ] +export const CURTAIN_STYLE_SELECT_OPTIONS = [ + { label: 'section heading', name: 'section_heading'}, + { label: 'video title', name: 'video_title'}, + { label: 'default', name: 'default'}, +] + export const CURTAIN_COLOR_SELECT_OPTIONS = CURTAIN_COLORS.map(color => ({ label: color.label, name: color.label, @@ -129,4 +135,6 @@ export const GROWL = { REACHED_END_OF_FIRST_SECTION: "Click \"Next\" to advance the exhibition.", } +export const EPILEPSY_WARNING = "WARNING: This video may potentially trigger seizures for people with photosensitive epilepsy. Viewer discretion is advised." + export const VIDEO_SCRUBBER_HIDE_DELAY = 1000 -- cgit v1.2.3-70-g09d2