exclude PDFs for new installations by default from opening in Collabora

This commit is contained in:
Ralf Becker 2020-04-06 15:26:04 +02:00
parent 8c0fb193e1
commit 5515cc0af0

View File

@ -236,7 +236,7 @@ class filemanager_hooks
'help' => lang('Excludes selected mime types from being opened by editor'),
'name' => 'collab_excluded_mimes',
'values' => $mimes,
'default' => '',
'default' => 'application/pdf',
'attributes' => array(
'autocompelete_url' => ' ',
'autocomplete_params' => ' ',