Support for reveal js silde apps inside map.apps.
This bundle requires mapapps-reveal-js to be installed.
Create an new app via map.apps Manager.
Use the manual configuration to add slides.html
and other sources.
Sample app.json:
{
"load": {
"allowedBundles": [
"system",
"map-slides"
]
},
"bundles": {
"map-slides": {
"Config": {
"theme": "moon",
"dependencies" : ["markdown", "highlight", "zoom"]
}
}
}
}
- Currently only the plugins "markdown", "highlight", "zoom" are supported.
- Slides can only be defined inside map.apps applications.