Merge pull request #127 from nonmakina/txtThumbFix
Explicitly sets txt_file_thumbnail to false
This commit is contained in:
commit
f7aa2e163b
|
@ -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…
Reference in New Issue