From 962a3ab3cf0fe4e4fadcd4a784e200a789cdc9fd Mon Sep 17 00:00:00 2001 From: kfitz <3170201+kfitz@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:50:21 -0400 Subject: [PATCH] change arrow placement --- js/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/config.js b/js/config.js index de44bd60..9d23dbbc 100644 --- a/js/config.js +++ b/js/config.js @@ -23,7 +23,7 @@ export default { controlsTutorial: true, // Determines where controls appear, "edges" or "bottom-right" - controlsLayout: 'bottom-right', + controlsLayout: 'edges', // Visibility rule for backwards navigation arrows; "faded", "hidden" // or "visible" @@ -46,7 +46,7 @@ export default { // number for the current slide. The function should take in a slide // object and return an array with one string [slideNumber] or // three strings [n1,delimiter,n2]. See #formatSlideNumber(). - slideNumber: false, + slideNumber: true, // Can be used to limit the contexts in which the slide number appears // - "all": Always show the slide number