Closed handcode closed 2 years ago
This PR adds a new option JsonEditorWidget::registerPluginAsset
JsonEditorWidget::registerPluginAsset
If set the JsonEditorPluginsAsset will be registered while init.
Until now, you always have to register the plugin asset manually "elsewhere" when plugins are needed.
With code generators like giiant this is error-prone and not very practical.
This PR adds a new option
JsonEditorWidget::registerPluginAsset
If set the JsonEditorPluginsAsset will be registered while init.
Until now, you always have to register the plugin asset manually "elsewhere" when plugins are needed.
With code generators like giiant this is error-prone and not very practical.