You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every plugin implementation can have it's own defaults. But user still needed to set 'type' field for every plugin.
I propose to add default types for every plugin.
The text was updated successfully, but these errors were encountered:
I think, it's possible do more magic things! Maybe auto deduce plugin type?
Iterate over all plugins and check if data "suitable" for this plugin config type.
"suitable" may mean, decoded without errors (do not create plugin, just decode config without validation), or check, that data keys is subset of config keys (may be harder).
If no plugin type suitable - error. If more than one plugin type suitable - error.
Every plugin implementation can have it's own defaults. But user still needed to set 'type' field for every plugin.
I propose to add default
type
s for every plugin.The text was updated successfully, but these errors were encountered: