MCFileManager:Configuration/stream.allow override

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

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

Example of configuration in Web.config

<add key="stream.allow_override" value="mimefile" />

Example of usage in a mc_access file

# Override something
stream.mimefile=someotherfile.types

# Allow override
stream.allow_override=mimefile
Personal tools