MCImageManager:Configuration/thumbnail.delete

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: thumbnail.delete

This option enables you to control if thumbnails should be deleted when the main image is deleted or not.

Example of usage in the config.php file

$mcImageManagerConfig['thumbnail.delete'] = "true";

Example of usage in the Web.Config file

<add key="thumbnail.delete" value="true" />

Example of usage in a mc_access file

thumbnail.delete=true
Personal tools