Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
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 imagemanager as well, you need to configure imagemanager.urlprefix option.
| Name | Summary |
|---|---|
| createdir | Create directory icon |
| createdoc | Create document icon |
| refresh | Refresh file list icon |
| upload | Uploads file icon |
| props | File/Directory properties icon |
| cut | Cuts files/directories icon |
| copy | Copy files/directories icon |
| paste | Paste files/directories icon |
| delete | Delete files/directories icon |
| unzip | Upzip icon |
| edit | Edit iconRequires: 3.1 |
| imagemanager | Image Manager icon. (integration with the MCImageManager). |
| separator | Separator line |
$mcFileManagerConfig['general.tools'] = "refresh,upload,createdir";
<add key="general.tools" value="refresh,upload,createdir" />
general.tools=refresh,upload