MCImageManager:Configuration/filesystem.allow export
From Moxiecode Documentation Wiki
[edit]
Option: filesystem.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['filesystem.allow_export'] = "extensions,readable,writable,file_templates,directory_templates,force_directory_template";
[edit]
Example of usage in the Web.Config file
<add key="filesystem.allow_export" value="someitem" />
