mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-19 01:58:00 +08:00
add support for importing docx file
This commit is contained in:
@@ -465,7 +465,7 @@
|
||||
'required': true,
|
||||
'validateInitialCount': true,
|
||||
"language" : "{{i18n $.Lang "common.upload_lang"}}",
|
||||
'allowedFileExtensions': ['zip'],
|
||||
'allowedFileExtensions': ['zip', 'docx'],
|
||||
'msgPlaceholder' : '{{i18n $.Lang "message.file_type_placeholder"}}',
|
||||
'elErrorContainer' : "#import-book-form-error-message",
|
||||
'uploadExtraData' : function () {
|
||||
|
Reference in New Issue
Block a user