Filemanager - remove unused collabora user color preference

This commit is contained in:
nathangray 2019-08-02 09:55:49 -06:00
parent a7bfd5c871
commit 1b669b1405

View File

@ -265,15 +265,6 @@ class filemanager_hooks
'xmlrpc' => False, 'xmlrpc' => False,
'admin' => False 'admin' => False
), ),
'collab_user_color' => array(
'type' => 'color',
'label' => lang('User color indicator'),
'name' => 'collab_user_color',
'help' => lang('Use eg. %1 or %2','#FF0000','orange'),
'no_lang'=> true,
'xmlrpc' => True,
'admin' => False,
),
'collab_excluded_mimes' => array( 'collab_excluded_mimes' => array(
'type' => 'taglist', 'type' => 'taglist',
'label' => lang('Excludes selected mime types'), 'label' => lang('Excludes selected mime types'),