MCImageManager:Configuration/general.tools

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

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.

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)

Example of usage in the config.php file

$mcImageManagerConfig['general.tools'] = "refresh,upload,createdir";

Example of usage in the Web.Config file

<add key="general.tools" value="refresh,upload,createdir" />

Example of usage in a mc_access file

general.tools=refresh,upload
Personal tools