Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow other mime images in the isImageType utility (e.g. allow tiff) #5186

Closed
oleq opened this issue Jun 28, 2019 · 0 comments · Fixed by ckeditor/ckeditor5-image#323
Closed
Assignees
Labels
package:image type:feature This issue reports a feature request (an idea for a new functionality or a missing option).

Comments

@oleq
Copy link
Member

oleq commented Jun 28, 2019

ATM only jpeg, png, gif, and bpm are accepted.

But according to this guide, there are more image/* types around, for instance:

  • .tiff Tagged Image File Format (TIFF) image/tiff
  • .webp WEBP image image/webp

cc @mlewand

Reinmar referenced this issue in ckeditor/ckeditor5-image Sep 2, 2019
Feature: Introduced `config.image.upload.types` configuration option for setting allowed image mime-types. Closes #295. Closes ckeditor/ckeditor5#674.

BREAKING CHANGE: Removed `isImageType()` util.
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-image Oct 9, 2019
@mlewand mlewand added this to the iteration 27 milestone Oct 9, 2019
@mlewand mlewand added status:confirmed type:feature This issue reports a feature request (an idea for a new functionality or a missing option). package:image labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:image type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
3 participants