MCFileManager:Configuration/filesystem.force directory template
From Moxiecode Documentation Wiki
Contents |
[edit]
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.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['filesystem.force_directory_template'] = true;
[edit]
Example of usage in the Web.Config file
<add key="filesystem.force_directory_template" value="true" />
[edit]
Example of usage in a mc_access file
filesystem.force_directory_template=true
