mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Extends office documents pattern to match open documents.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
d67f627eba
commit
948769cf7a
3 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -79,7 +79,7 @@ export default {
|
|||
{
|
||||
iconUrl: imagePath('core', 'filetypes/x-office-document'),
|
||||
label: t('workflowengine', 'Office documents'),
|
||||
pattern: '/(vnd\\.(ms-|openxmlformats-).*)$/',
|
||||
pattern: '/(vnd\\.(ms-|openxmlformats-|oasis\\.opendocument).*)$/',
|
||||
},
|
||||
{
|
||||
iconUrl: imagePath('core', 'filetypes/application-pdf'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue