Manifest structure
Last updated
Last updated
Property
Description
bundle
a unique plugin id, create it by use reverse domain style and add your plugin name.
name
your plugin name, must be unique for your organisation. This is what will be displayed in the Dashboard.
author
plugin's developer, either and Object or an Array of Objects if there is many developers.
version
plugin version.
Property
Description
graphic_url
plugin image displayed in Dashboard, defaults to default placeholder image if not defined.
markdown_url
plugin markdown documnet, displayed in plugin's settings in Dashboard store.
thumbnail_url
plugin thumbnail image displayed in plugin widget in Dashboard toolbar, defaults to graphic image if not defined.
wiki_url
plugin wiki url, for more details will point to wiki url.
allowRunInModal
boolean value to specify if the plugin's application can be run inside a Dashboard modal, default to true.