add 'plugins' config option, new way of registering es5 plugins
This commit is contained in:
@@ -276,6 +276,9 @@ export default {
|
||||
hideCursorTime: 5000,
|
||||
|
||||
// Script dependencies to load
|
||||
dependencies: []
|
||||
dependencies: [],
|
||||
|
||||
// Plugin objects to register and use for this presentation
|
||||
plugins: []
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user