MCImageManager:Configuration/general.tools
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: general.tools
This option enables you to specify what tools are to be available. The option should contain a comma separated list of tools to be visible. If you decide to use the filemanager as well, you need to configure filemanager.urlprefix option.
[edit]
Available tools
- refresh
- Refresh view
- upload
- Upload file
- createdir
- Create directories
- separator
- Separator line
- edit
- Edit image. (Depends on GD-Library)
- filemanager
- Link to the filemanger (interoperability with the MCImageManager)
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['general.tools'] = "refresh,upload,createdir";
[edit]
Example of usage in the Web.Config file
<add key="general.tools" value="refresh,upload,createdir" />
[edit]
Example of usage in a mc_access file
general.tools=refresh,upload
