summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/constants.js
diff options
context:
space:
mode:
Diffstat (limited to 'animism-align/frontend/app/constants.js')
-rw-r--r--animism-align/frontend/app/constants.js8
1 files changed, 8 insertions, 0 deletions
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