MCImageManager:Configuration/general.allow export
From Moxiecode Documentation Wiki
[edit]
Option: general.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['general.allow_export'] = "demo,tools,disabled_tools,debug";
[edit]
Example of usage in the Web.Config file
<add key="general.allow_export" value="demo,tools,disabled_tools,debug" />
