If you include a list of plugins from a module and you want to configure one of the plugins differently or replace it with a different configuration, it is currently necessary to explicitly redefine the whole list. It is probably easier to use the last definition.
To implement this, it is necessary to identify plugins and only start the last definition of the plugin.
Possible negative side effects:
- Plugins which happen to have the same name cannot be started from the same process
If you include a list of plugins from a module and you want to configure one of the plugins differently or replace it with a different configuration, it is currently necessary to explicitly redefine the whole list. It is probably easier to use the last definition.
To implement this, it is necessary to identify plugins and only start the last definition of the plugin.
name :: Stringfield toPlugindata typePossible negative side effects: