MCFileManager:Configuration/preview.extensions
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: preview.extensions
(Requires: 3.0.2)
This option should contain a comma separated list of extensions you wish to make viewable in the preview panel. An asterix '*' can be used to include all extensions.
[edit]
Example of usage in the config.php file
$mcFileManagerConfig['preview.extensions'] = "htm,aspx,gif,jpg,png";
[edit]
Example of usage in the Web.Config file
<add key="preview.extensions" value="htm,aspx,gif,jpg,png" />
[edit]
Example of usage in a mc_access file
preview.extensions=htm,aspx,gif,jpg,png
