MCFileManager:Configuration/preview.urlsuffix
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: preview
This option enables you to add a suffix of parameters to the end of the preview URL this can be useful if you need to handle preview in a special way.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['preview.urlsuffix'] = "?someparam=somevalue";
[edit]
Example of usage in the Web.Config file
<add key="preview.urlsuffix" value="?someparam=somevalue" />
[edit]
Example of usage in a mc_access file
preview.urlsuffix=?someparam=somevalue
