Ability to upload images using component's events #3
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
create a plugin to CKEditor that triggered an image drop or select:
https://ckeditor.com/docs/ckeditor5/latest/framework/guides/deep-dive/upload-adapter.html
The component should emit a
file
event, that includes the actual file selected, and a callbacks to get the file URL after uploaded, or an error.from the client perspective, the usage should look like:
The text was updated successfully, but these errors were encountered: