From 84a3fd7fcfda8da54f7fd7d1ccbe27dda3d843bc Mon Sep 17 00:00:00 2001 From: Nicolas Barithel Date: Wed, 17 Jun 2020 13:32:37 +0200 Subject: [PATCH] MNT-19466 - Edit Online for RTF files (#1488) --- projects/adf-office-services-ext/src/lib/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/adf-office-services-ext/src/lib/utils.ts b/projects/adf-office-services-ext/src/lib/utils.ts index a5c6fe4af..fdd826d90 100644 --- a/projects/adf-office-services-ext/src/lib/utils.ts +++ b/projects/adf-office-services-ext/src/lib/utils.ts @@ -31,6 +31,7 @@ export const supportedExtensions = { dot: 'ms-word', dotx: 'ms-word', dotm: 'ms-word', + rtf: 'ms-word', xls: 'ms-excel', xlsx: 'ms-excel', xlsb: 'ms-excel',