...
- Platform-wide plugins like Hash Variable or Web Support plugin, etc, can now be configured.
Interface Class
org.joget.plugin.base.SystemConfigurablePlugin
- This plugin interface can be used together with other plugin types
It extends org.joget.plugin.property.model.PropertyEditable.
- It marks a plugin that can be configurable through the Manage Plugins page.
The configured property values will automatically be retrieved and set to the plugin properties when calling the pluginManager.getPlugin method.
...