ImageUploadConfig (image)
@ckeditor/ckeditor5-image/src/imageupload
The configuration of the image upload feature. Used by the image upload feature in the @ckeditor/ckeditor5-image
package.
See all editor options.
Filtering
Properties
-
types : Array.<String>
The list of accepted image types.
The accepted types of images can be customized to allow only certain types of images:
The type string should match one of the sub-types of the image MIME type. For example, for the
image/jpeg
MIME type, add'jpeg'
to your image upload configuration.Note: This setting only restricts some image types to be selected and uploaded through the CKEditor UI and commands. Image type recognition and filtering should also be implemented on the server which accepts image uploads.
Defaults to
[ 'jpeg', 'png', 'gif', 'bmp', 'webp', 'tiff' ]
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.