MCImageManager:Configuration/thumbnail.insert
From Moxiecode Documentation Wiki
Contents |
[edit]
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.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['thumbnail.insert'] = true;
[edit]
Example of usage in the Web.Config file
<add key="thumbnail.insert" value="true" />
[edit]
Example of usage in a mc_access file
thumbnail.insert=false
