MCFileManager:Configuration/preview.extensions

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

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.

Example of usage in the config.php file

$mcFileManagerConfig['preview.extensions'] = "htm,aspx,gif,jpg,png"; 

Example of usage in the Web.Config file

<add key="preview.extensions" value="htm,aspx,gif,jpg,png" />

Example of usage in a mc_access file

preview.extensions=htm,aspx,gif,jpg,png
Personal tools