MCImageManager:Configuration/general.remember last path

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: general.remember_last_path

If this option is set to true the MCImageManager will remember it's last path by storing it in a cookie. This behavior can be overridden with the JS init option called remember_last_path.

Example of usage in the config.php file

$mcImageManagerConfig['general.remember_last_path'] = true;

Example of usage in the Web.Config file

<add key="general.remember_last_path" value="true" />
Personal tools