Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 2, 2019
1 parent 1f76ea9 commit d7fe0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/imageupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ export default class ImageUpload extends Plugin {
* };
*
* The type string should match [one of the sub-types](https://www.iana.org/assignments/media-types/media-types.xhtml#image)
* of the image mime-type. E.g. for the `image/jpeg` mime-type add `'jpeg'` to types array.
* of the image mime-type. E.g. for the `image/jpeg` mime-type add `'jpeg'`.
*
* **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 be also implemented on the server that accepts images uploads.
* recognition and filtering should be also implemented on the server which accepts image uploads
*
* @member {Array.<String>} module:image/imageupload~ImageUploadConfig#types
* @default [ 'jpeg', 'png', 'gif', 'bmp', 'webp', 'tiff' ]
Expand Down

0 comments on commit d7fe0b1

Please sign in to comment.