MCImageManager:Configuration/general.disabled tools
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: general.disabled_tools
This option enables you to specify what tools are to be disabled/grayed out for users. The option should contain a comma separated list of tools to be disabled.
[edit]
Available tools
- createdir
- Create directory icon
- refresh
- Refresh file list icon
- upload
- Uploads file icon
- imagemanager
- Image Manager icon. (interoperability with the MCImageManager)
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['general.disabled_tools'] = "createdir,createdoc,delete";
[edit]
Example of usage in a mc_access file
general.disabled_tools=createdir,createdoc,delete
