Plugin Settings
Plugin settings are defined as an array in the mobro_plugin_config.json
file.
For detailed information, refer to In Depth: Plugin Configuration. By defining settings in the
configuration file, MoBro automatically recognizes them and handles the following tasks:
- Exposes settings to the user.
- Performs validation.
- Handles persistence of settings values.
tip
Provide sensible default values for your plugin settings whenever possible.
This enables the plugin to function immediately after installation without requiring users to configure it first.