define available values for showSlideNumber
This commit is contained in:
parent
812b802c1c
commit
2a9edd23e6
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,10 @@
|
||||||
// based)
|
// based)
|
||||||
hashOneBasedIndex: false,
|
hashOneBasedIndex: false,
|
||||||
|
|
||||||
// Determine which displays to show the slide number on
|
// Controls which contexts the slide number should appear in
|
||||||
|
// - "all": Always show the slide number
|
||||||
|
// - "print": Only when printing to PDF
|
||||||
|
// - "speaker": Only in the speaker view
|
||||||
showSlideNumber: 'all',
|
showSlideNumber: 'all',
|
||||||
|
|
||||||
// Add the current slide number to the URL hash so that reloading the
|
// Add the current slide number to the URL hash so that reloading the
|
||||||
|
|
Loading…
Reference in a new issue