mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
MNT-18448 - Edit Online for MS Visio files (#1489)
Supported file extensions: vsd, vss, vst, vsdx, vsdm, vssx, vssm, vstx, vstm
This commit is contained in:
@@ -49,7 +49,16 @@ export const supportedExtensions = {
|
|||||||
ppam: 'ms-powerpoint',
|
ppam: 'ms-powerpoint',
|
||||||
ppsm: 'ms-powerpoint',
|
ppsm: 'ms-powerpoint',
|
||||||
sldx: '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 */
|
/* cspell:enable */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user