Browse Source

Merge pull request #127 from nonmakina/txtThumbFix

Explicitly sets txt_file_thumbnail to false
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
f7aa2e163b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      inc/config.php

3
inc/config.php

@ -1881,6 +1881,9 @@
// Enable PDF file thumbnail generation
$config['pdf_file_thumbnail'] = false;
// Enable TXT file thumbnail
$config['txt_file_thumbnail'] = false;
// Enable SCeditor WYSIWIG and CSS
$config['sc_editor'] = false;
$config['sc_editor_theme'] = 'transparent.min';

Loading…
Cancel
Save