MCImageManager:Configuration/filesystem.allow export

From Moxiecode Documentation Wiki

Jump to: navigation, search

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.

Example of usage in the config.php file

$mcImageManagerConfig['filesystem.allow_export'] = "extensions,readable,writable,file_templates,directory_templates,force_directory_template";

Example of usage in the Web.Config file

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