Multiple plugins of same type not allowed in template. #118
Labels
area:existing-plugin
A bug/feature for an existing plugin in the plugins folder of code-input.
bug
Something isn't working
When multiple plugins of the same class are added to a template, undesired and undocumented behaviour will often occur occur. This shouldn't occur: plugins of the same class should be self-contained enough to exist alongside each other where it makes sense, or throw an error if there is already a plugin of the same class.
Reasons:
pluginData
even though their configurations may be different.To fix:
The text was updated successfully, but these errors were encountered: