forked from extern/egroupware
exclude PDFs for new installations by default from opening in Collabora
This commit is contained in:
parent
8c0fb193e1
commit
5515cc0af0
@ -236,7 +236,7 @@ class filemanager_hooks
|
|||||||
'help' => lang('Excludes selected mime types from being opened by editor'),
|
'help' => lang('Excludes selected mime types from being opened by editor'),
|
||||||
'name' => 'collab_excluded_mimes',
|
'name' => 'collab_excluded_mimes',
|
||||||
'values' => $mimes,
|
'values' => $mimes,
|
||||||
'default' => '',
|
'default' => 'application/pdf',
|
||||||
'attributes' => array(
|
'attributes' => array(
|
||||||
'autocompelete_url' => ' ',
|
'autocompelete_url' => ' ',
|
||||||
'autocomplete_params' => ' ',
|
'autocomplete_params' => ' ',
|
||||||
|
Loading…
Reference in New Issue
Block a user