Documentation

Configuration / general.plugins

This is only for PHP

A string controling the plugins loaded and used.

$moxieManagerConfig['general.plugins'] = 'Favorites,History,Uploaded,Ftp';

Read more about plugins here, but note that Authenticators are not suppose to be configured in the general.plugins option, but rather in the authenticator option.

 

.NET Plugins

You need to configure the .NET plugins in your Web.Config file, example follows:

<plugins>
<plugin type="MoxieManager.Plugins.SessionAuthenticator.Plugin" />
<plugin type="MoxieManager.Plugins.Favorites.Plugin" />
<plugin type="MoxieManager.Plugins.History.Plugin" />
<plugin type="MoxieManager.Plugins.Uploaded.Plugin" />
</plugins>