Open wagtail/wagtailimages/fields.py and change the list to whatever you want:
ALLOWED_EXTENSIONS = ['gif', 'jpg', 'jpeg', 'png'] # Remove or add SUPPORTED_FORMATS_TEXT = _("GIF, JPEG, PNG") # same here
Open wagtail/wagtailimages/fields.py and change the list to whatever you want:
ALLOWED_EXTENSIONS = ['gif', 'jpg', 'jpeg', 'png'] # Remove or add SUPPORTED_FORMATS_TEXT = _("GIF, JPEG, PNG") # same here