mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
add 'plugins' config option, new way of registering es5 plugins
This commit is contained in:
parent
08f29f08a2
commit
d9690462e0
20 changed files with 44 additions and 72 deletions
|
|
@ -276,6 +276,9 @@ export default {
|
|||
hideCursorTime: 5000,
|
||||
|
||||
// Script dependencies to load
|
||||
dependencies: []
|
||||
dependencies: [],
|
||||
|
||||
// Plugin objects to register and use for this presentation
|
||||
plugins: []
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue