diff --git a/js/config.js b/js/config.js index 8b7a8839..9b7a6cea 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