MCImageManager:Configuration/thumbnail.delete
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: thumbnail.delete
This option enables you to control if thumbnails should be deleted when the main image is deleted or not.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['thumbnail.delete'] = "true";
[edit]
Example of usage in the Web.Config file
<add key="thumbnail.delete" value="true" />
[edit]
Example of usage in a mc_access file
thumbnail.delete=true
