MCImageManager:Configuration/general.plugins
From Moxiecode Documentation Wiki
[edit]
Option: general.plugins
This option is a list of plugins to load and initialize. The .NET version has it's own plugins element see the example below.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['general.plugins'] = "SomePluginA,SomePluginB";
[edit]
Example of usage in the Web.config file
<plugins> <plugin class="SomeNS.SomePluginA" /> <plugin class="SomeNS.SomePluginB" /> </plugins>
