Add HEIF formats to allowed extensions text
This commit is contained in:
parent
7e27df835c
commit
1be2d95bb1
|
@ -159,7 +159,7 @@ class PostUploadView extends events.EventTarget {
|
||||||
this._contentInputNode,
|
this._contentInputNode,
|
||||||
{
|
{
|
||||||
extraText:
|
extraText:
|
||||||
"Allowed extensions: .jpg, .png, .gif, .webm, .mp4, .swf",
|
"Allowed extensions: .jpg, .png, .gif, .webm, .mp4, .swf, .avif, .heif, .heic",
|
||||||
allowUrls: true,
|
allowUrls: true,
|
||||||
allowMultiple: true,
|
allowMultiple: true,
|
||||||
lock: false,
|
lock: false,
|
||||||
|
|
Loading…
Reference in New Issue