MCImageManager:Configuration/authenticator.allow export

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: authenticator.allow_export

This option enables you to specify what options to export/expose to JS. Some options are required to be exposed for the default logic to work but if you have written a custom theme/interface it could be useful to restrict or allow more of config options.

Example of usage in the config.php file

$mcImageManagerConfig['authenticator.allow_export'] = "someitem";

Example of usage in the Web.Config file

<add key="authenticator.allow_export" value="someitem" />
Personal tools