MCImageManager:Configuration/authenticator.allow export
From Moxiecode Documentation Wiki
[edit]
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.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['authenticator.allow_export'] = "someitem";
[edit]
Example of usage in the Web.Config file
<add key="authenticator.allow_export" value="someitem" />
