forked from leftypol/leftypol
config.php: add missing djvu_file_thumbnail option
This commit is contained in:
parent
ff94e58f2e
commit
28f75c8aed
1 changed files with 5 additions and 0 deletions
|
|
@ -2074,6 +2074,11 @@
|
|||
// Imagemagick support of PDF files is not required.
|
||||
$config['pdf_file_thumbnail'] = false;
|
||||
|
||||
// Enable djvu thumbnail generation.
|
||||
// Requires djvulibre's tools and imagemagick.
|
||||
// Imagemagick support of djvu files is not required.
|
||||
$config['djvu_file_thumbnail'] = false;
|
||||
|
||||
// Enable TXT file thumbnail
|
||||
$config['txt_file_thumbnail'] = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue