Browse Source

Turns on thumbnails for pdf and djvu filetypes

pull/40/head
nonmakina 3 years ago
parent
commit
c34844cde8
  1. 3
      inc/instance-config.php

3
inc/instance-config.php

@ -128,6 +128,9 @@ $config['max_filesize'] = 50 * 1024 * 1024; // 50MB
$config['webm']['allow_audio'] = true;
$config['webm']['max_length'] = 1000;
$config['pdf_file_thumbnail'] = true;
$config['djvu_file_thumbnail'] = true;
// Allowed image file extensions.
$config['allowed_ext'][] = 'jpg';
$config['allowed_ext'][] = 'jpeg';

Loading…
Cancel
Save