config.php: update pdf_file_thumbnail documentation
This commit is contained in:
parent
181f4ba49a
commit
ff94e58f2e
1 changed files with 3 additions and 1 deletions
|
@ -2069,7 +2069,9 @@
|
|||
// Enable auto IP note generation of moderator deleted posts
|
||||
$config['autotagging'] = false;
|
||||
|
||||
// Enable PDF file thumbnail generation
|
||||
// Enable PDF thumbnail generation.
|
||||
// Requires a working installation of ghostscript and imagemagick.
|
||||
// Imagemagick support of PDF files is not required.
|
||||
$config['pdf_file_thumbnail'] = false;
|
||||
|
||||
// Enable TXT file thumbnail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue