forked from leftypol/leftypol
Merge pull request #115 from nonmakina/pdfThumbnail
Turns on thumbnails for pdf and djvu filetypes
This commit is contained in:
commit
d5a9127c83
2 changed files with 5 additions and 1 deletions
|
@ -133,6 +133,9 @@ $config['max_filesize'] = 50 * 1024 * 1024; // 50MB
|
|||
$config['webm']['allow_audio'] = true;
|
||||
$config['webm']['max_length'] = 1000;
|
||||
|
||||
$config['pdf_file_thumbnail'] = true;
|
||||
$config['djvu_file_thumbnail'] = true;
|
||||
|
||||
// Allowed image file extensions.
|
||||
$config['allowed_ext'][] = 'jpg';
|
||||
$config['allowed_ext'][] = 'jpeg';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue