Docs: add note on how to enable/disable preview links individually.
Closes #2005.
This commit is contained in:
parent
410f7767b9
commit
7991693bde
|
@ -270,6 +270,8 @@ Reveal.initialize({
|
|||
hideAddressBar: true,
|
||||
|
||||
// Opens links in an iframe preview overlay
|
||||
// Add `data-preview-link` and `data-preview-link="false"` to customise each link
|
||||
// individually
|
||||
previewLinks: false,
|
||||
|
||||
// Transition style
|
||||
|
|
|
@ -145,6 +145,8 @@
|
|||
hideAddressBar: true,
|
||||
|
||||
// Opens links in an iframe preview overlay
|
||||
// Add `data-preview-link` and `data-preview-link="false"` to customise each link
|
||||
// individually
|
||||
previewLinks: false,
|
||||
|
||||
// Exposes the reveal.js API through window.postMessage
|
||||
|
|
Loading…
Reference in New Issue