mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 20:34:02 +03:00
🐛 Fixed redirects upload for various browsers/systems (#9042)
closes #9036
This commit is contained in:
parent
436856f2ad
commit
e8f85fd3da
@ -60,7 +60,7 @@
|
|||||||
},
|
},
|
||||||
"redirects": {
|
"redirects": {
|
||||||
"extensions": [".json"],
|
"extensions": [".json"],
|
||||||
"contentTypes": ["application/json"]
|
"contentTypes": ["application/octet-stream", "application/json"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"times": {
|
"times": {
|
||||||
|
@ -335,6 +335,10 @@
|
|||||||
"notFound": "Job not found.",
|
"notFound": "Job not found.",
|
||||||
"publishInThePast": "Use the force flag to publish a post in the past."
|
"publishInThePast": "Use the force flag to publish a post in the past."
|
||||||
},
|
},
|
||||||
|
"redirects": {
|
||||||
|
"missingFile": "Please select a JSON file.",
|
||||||
|
"invalidFile": "Please select a valid JSON file to import."
|
||||||
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"problemFindingSetting": "Problem finding setting: {key}",
|
"problemFindingSetting": "Problem finding setting: {key}",
|
||||||
"accessCoreSettingFromExtReq": "Attempted to access core setting from external request",
|
"accessCoreSettingFromExtReq": "Attempted to access core setting from external request",
|
||||||
|
Loading…
Reference in New Issue
Block a user