FNNDSC / chrisreloaded

Other
9 stars 8 forks source link

support plugin configuration for multiple plugins #88

Open NicolasRannou opened 10 years ago

NicolasRannou commented 10 years ago

in the case where:

We have to define this element 2 times in the configuration file.

[PluginA] thiselement=value

[PluginB] thiselement=value

Should we then define it as a general element to avoid re-declaring it?

[General] thiselement=value