Merge pull request #127 from nonmakina/txtThumbFix

Explicitly sets txt_file_thumbnail to false
This commit is contained in:
towards-a-new-leftypol 2021-01-10 11:05:31 -05:00 committed by GitHub
commit f7aa2e163b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';