mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge pull request #236 from AileenCGN/allow-zip-file-import
🐛 Allow .zip file upload for file import
This commit is contained in:
commit
e7e89db31a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export default Controller.extend({
|
|||
submitting: false,
|
||||
showDeleteAllModal: false,
|
||||
|
||||
importMimeType: 'application/json',
|
||||
importMimeType: ['application/json', 'application/zip'],
|
||||
|
||||
ghostPaths: injectService(),
|
||||
notifications: injectService(),
|
||||
|
|
Loading…
Add table
Reference in a new issue