aboutsummaryrefslogtreecommitdiff
path: root/js/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/config.js')
-rw-r--r--js/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/config.js b/js/config.js
index 4d6aa4d..c31c03b 100644
--- a/js/config.js
+++ b/js/config.js
@@ -146,6 +146,9 @@ export default {
// Flags if speaker notes should be visible to all viewers
showNotes: false,
+ // Flags if slides with data-visibility="hidden" should be kep visible
+ showHiddenSlides: false,
+
// Global override for autolaying embedded media (video/audio/iframe)
// - null: Media will only autoplay if data-autoplay is present
// - true: All media will autoplay, regardless of individual setting