From af17cb4e5de2d236305c208de9c4bc16efdc04b8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 9 Sep 2020 18:55:59 +0200 Subject: keep track of carousel advance instructions --- animism-align/frontend/app/constants.js | 4 ++++ 1 file changed, 4 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 c244a60..b3371ee 100644 --- a/animism-align/frontend/app/constants.js +++ b/animism-align/frontend/app/constants.js @@ -65,6 +65,10 @@ export const FULLSCREEN_UTILITY_ANNOTATION_TYPES = new Set([ 'curtain', ]) +export const GALLERY_UTILITY_ANNOTATION_TYPES = new Set([ + 'gallery_advance', +]) + export const CURTAIN_COLORS = [ { label: 'white', backgroundColor: '#ffffff', textColor: '#000000' }, { label: 'light gray', backgroundColor: '#eeeeee', textColor: '#000000' }, -- cgit v1.2.3-70-g09d2