MCFileManager:Configuration/download.allow override

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: download.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['download.allow_override'] = "exclude_file_pattern";

Example of usage in the Web.Config file

add key="download.allow_override" value="exclude_file_pattern" /> 

Example of usage in a mc_access file

# Override something
download.exclude_file_pattern=/somedir/i

# Allow override
download.allow_override=exclude_file_pattern
Personal tools