Fix regex for office documents
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb9a6b8134
commit
864a9085b5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -78,7 +78,7 @@ export default {
|
||||||
{
|
{
|
||||||
iconUrl: OC.imagePath('core', 'filetypes/x-office-document'),
|
iconUrl: OC.imagePath('core', 'filetypes/x-office-document'),
|
||||||
label: t('workflowengine', 'Office documents'),
|
label: t('workflowengine', 'Office documents'),
|
||||||
pattern: '/(vnd\\.(ms-|openxmlformats-).*))$/',
|
pattern: '/(vnd\\.(ms-|openxmlformats-).*)$/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
iconUrl: OC.imagePath('core', 'filetypes/application-pdf'),
|
iconUrl: OC.imagePath('core', 'filetypes/application-pdf'),
|
||||||
|
|
Loading…
Reference in New Issue