feature #379, multiple format, add psd file extension by default
This commit is contained in:
parent
e7183e91d9
commit
6e2a4495bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue