MCImageManager:Configuration/thumbnail.insert

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: thumbnail.insert

This is a boolean option to enable (true) or disable (false) the method of inserting an image when clicked upon in the thumbnail view.

Example of usage in the config.php file

$mcImageManagerConfig['thumbnail.insert'] = true;

Example of usage in the Web.Config file

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

Example of usage in a mc_access file

thumbnail.insert=false
Personal tools