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 8b8e3bc0ed

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