feature #379, multiple format, add psd file extension by default

This commit is contained in:
plegall 2015-12-20 21:00:28 +01:00
parent e7183e91d9
commit 6e2a4495bf

View file

@ -68,7 +68,7 @@ $conf['enable_formats'] = false;
// format_ext : file extensions for formats, ie additional versions of a
// photo (or nay other file). Formats are in sub-directory pwg_format.
$conf['format_ext'] = array('cr2', 'tif', 'tiff', 'nef', 'dng', 'ai');
$conf['format_ext'] = array('cr2', 'tif', 'tiff', 'nef', 'dng', 'ai', 'psd');
// top_number : number of element to display for "best rated" and "most
// visited" categories