Add preview support for rtf files (#1180)
This commit is contained in:
parent
e723ed4f7c
commit
20412ae803
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ const {DOCUMENTS_PATH} = DeviceTypes;
|
|||
export const SUPPORTED_DOCS_FORMAT = [
|
||||
'application/pdf',
|
||||
'application/msword',
|
||||
'application/rtf',
|
||||
'application/vnd.ms-excel',
|
||||
'application/vnd.ms-powerpoint',
|
||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
||||
|
|
|
|||
Loading…
Reference in a new issue