MCFileManager:Configuration/filesystem.force directory template

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: filesystem.force_directory_template

If you enable this option, the user must select one of the directory templates if there is any available. The user can not create empty directories if directory templates are defined.

Example of usage in the config.php file

$mcFileManagerConfig['filesystem.force_directory_template'] = true;

Example of usage in the Web.Config file

<add key="filesystem.force_directory_template" value="true" />

Example of usage in a mc_access file

filesystem.force_directory_template=true
Personal tools