mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Add support for SVG images
This commit is contained in:
parent
682853537f
commit
3125bd5575
@ -99,7 +99,7 @@
|
||||
if (data.jqXHR.status === 413) {
|
||||
$dropzone.find('div.js-fail').text("The image you uploaded was too big.");
|
||||
} else if (data.jqXHR.status === 415) {
|
||||
$dropzone.find('div.js-fail').text("The image type you uploaded is not supported. Please use .PNG, .JPG, .GIF.");
|
||||
$dropzone.find('div.js-fail').text("The image type you uploaded is not supported. Please use .PNG, .JPG, .GIF, .SVG.");
|
||||
} else {
|
||||
$dropzone.find('div.js-fail').text("Something went wrong :(");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user