MNT-19466 - Edit Online for RTF files (#1488)

This commit is contained in:
Nicolas Barithel 2020-06-17 13:32:37 +02:00 committed by GitHub
parent c8dd345fed
commit 84a3fd7fcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ export const supportedExtensions = {
dot: 'ms-word', dot: 'ms-word',
dotx: 'ms-word', dotx: 'ms-word',
dotm: 'ms-word', dotm: 'ms-word',
rtf: 'ms-word',
xls: 'ms-excel', xls: 'ms-excel',
xlsx: 'ms-excel', xlsx: 'ms-excel',
xlsb: 'ms-excel', xlsb: 'ms-excel',