mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 23:38:37 +00:00
support onlyoffice docxf and oform type file
This commit is contained in:
parent
eee78d381e
commit
eb5d35c99a
@ -119,7 +119,7 @@ MAX_INT = 2147483647
|
||||
|
||||
PREVIEW_FILEEXT = {
|
||||
IMAGE: ('gif', 'jpeg', 'jpg', 'png', 'ico', 'bmp', 'tif', 'tiff', 'psd'),
|
||||
DOCUMENT: ('doc', 'docx', 'ppt', 'pptx', 'odt', 'fodt', 'odp', 'fodp'),
|
||||
DOCUMENT: ('doc', 'docx', 'docxf', 'oform', 'ppt', 'pptx', 'odt', 'fodt', 'odp', 'fodp'),
|
||||
SPREADSHEET: ('xls', 'xlsx', 'ods', 'fods'),
|
||||
SVG: ('svg',),
|
||||
PDF: ('pdf', 'ai'),
|
||||
|
Loading…
Reference in New Issue
Block a user