Add zoomKey config to default.revealjs.

Closes #4249. Thanks to @reagle.
This commit is contained in:
John MacFarlane 2019-01-08 11:43:07 -08:00
parent 8673eb079b
commit b42afe6333

View file

@ -239,6 +239,10 @@ $endif$
$if(maxScale)$
maxScale: $maxScale$,
$endif$
$if(zoomKey)$
// Modifier key used to click-zoom to part of the slide
zoomKey: '$zoomKey$',
$endif$
$if(mathjax)$
math: {
mathjax: '$mathjaxurl$',