fix(plugin): remove `on_config_validate` callback and introduce...
Summary
- fix(plugin): remove
on_config_validate
callback and introduceServiceRegistry::add_config_validator
function
These changes make it possible to change the configuration for a disabled plugin, as well as initiate a configuration change from instances where the plugin was not enabled.
Closes #845 (closed)
- Close #845 (closed)
- Cherry-pick to: none
- Docs follow-up: not necessary