From 902cad2e97bfdcc65bbd8546f445039ee44781a4 Mon Sep 17 00:00:00 2001 From: Nicolas Barithel Date: Wed, 17 Jun 2020 13:31:48 +0200 Subject: [PATCH] MNT-18448 - Edit Online for MS Visio files (#1489) Supported file extensions: vsd, vss, vst, vsdx, vsdm, vssx, vssm, vstx, vstm --- projects/adf-office-services-ext/src/lib/utils.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/projects/adf-office-services-ext/src/lib/utils.ts b/projects/adf-office-services-ext/src/lib/utils.ts index 5f5837777..c359e6efb 100644 --- a/projects/adf-office-services-ext/src/lib/utils.ts +++ b/projects/adf-office-services-ext/src/lib/utils.ts @@ -49,7 +49,16 @@ export const supportedExtensions = { ppam: 'ms-powerpoint', ppsm: 'ms-powerpoint', sldx: 'ms-powerpoint', - sldm: 'ms-powerpoint' + sldm: 'ms-powerpoint', + vsd: 'ms-visio', + vss: 'ms-visio', + vst: 'ms-visio', + vsdx: 'ms-visio', + vsdm: 'ms-visio', + vssx: 'ms-visio', + vssm: 'ms-visio', + vstx: 'ms-visio', + vstm: 'ms-visio' }; /* cspell:enable */