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
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'),
|
iconUrl: imagePath('core', 'filetypes/x-office-document'),
|
||||||
label: t('workflowengine', 'Office documents'),
|
label: t('workflowengine', 'Office documents'),
|
||||||
pattern: '/(vnd\\.(ms-|openxmlformats-).*)$/',
|
pattern: '/(vnd\\.(ms-|openxmlformats-|oasis\\.opendocument).*)$/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
iconUrl: imagePath('core', 'filetypes/application-pdf'),
|
iconUrl: imagePath('core', 'filetypes/application-pdf'),
|
||||||
|
|
Loading…
Reference in New Issue