MCFileManager:Configuration/filesystem.local.allow override

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: filesystem.local.allow_override

This option should contain a comma separated list of options you can override. These options can then be changed specifically in various directories by adding them to a mc_access file. The default value of this option is "*" which tells TinyMCE to allow override of all options.

Example of usage in the config.php file

$mcFileManagerConfig['filesystem.local.allow_override'] = "access_file_name";

Example of usage in the Web.Config file

<add key="filesystem.local.allow_override" value="access_file_name" />

Example of usage in a mc_access file

# Override something
filesystem.local.access_file_name=mc_access_some_file

# Allow override
filesystem.local.allow_override=access_file_name
Personal tools