summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/constants.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-10 15:25:09 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-10 15:25:09 +0100
commitf66dd644e228592cb72e03b44cb63df1ea27e5f2 (patch)
tree6b1238caec853c7096185a2c57357ec9de072f52 /animism-align/frontend/app/constants.js
parentddea3e90b614ecbc9a034bce69be8fcb1e864249 (diff)
new curtain styles
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