mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
🐛 Allow .zip file upload for file import
closes TryGhost/Ghost#7277 Adds `application/zip` to supported import file types.
This commit is contained in:
parent
977940e4d4
commit
9e4da27a3a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export default Controller.extend({
|
||||||
submitting: false,
|
submitting: false,
|
||||||
showDeleteAllModal: false,
|
showDeleteAllModal: false,
|
||||||
|
|
||||||
importMimeType: 'application/json',
|
importMimeType: ['application/json', 'application/zip'],
|
||||||
|
|
||||||
ghostPaths: injectService(),
|
ghostPaths: injectService(),
|
||||||
notifications: injectService(),
|
notifications: injectService(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue