Avatars don't support SVG format
This commit is contained in:
parent
71c5103280
commit
023aef7eb4
7 changed files with 17 additions and 9 deletions
|
|
@ -36,9 +36,17 @@ export const supportedImageTypes = [
|
|||
"image/jpg",
|
||||
"image/jpeg",
|
||||
"image/png",
|
||||
"image/svg",
|
||||
"image/svg+xml",
|
||||
"image/webp",
|
||||
];
|
||||
|
||||
export const supportedAvatarImageTypes = [
|
||||
"image/bmp",
|
||||
"image/gif",
|
||||
"image/jpg",
|
||||
"image/jpeg",
|
||||
"image/png",
|
||||
"image/webp",
|
||||
"image/x-icon"
|
||||
];
|
||||
|
||||
// Install extended localized format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue