MCFileManager:Configuration/general.plugins

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage in the config.php file

$mcFileManagerConfig['general.plugins'] = "SomePluginA,SomePluginB";

Example of usage in the Web.config file

<plugins>
	<plugin class="SomeNS.SomePluginA" />
	<plugin class="SomeNS.SomePluginB" />
</plugins>
Personal tools