Explicitly sets txt_file_thumbnail to false

This commit is contained in:
nonmakina 2021-01-09 20:05:01 -06:00
parent 5ef52b3c71
commit b463aaead9

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