You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Implemented the `SimpleUploadAdapter` plugin which enables file uploads in CKEditor 5 using configurable `XMLHttpRequests` to a server. Closesckeditor/ckeditor5#1791.
BREAKING CHANGE: Moved the `Base64UploadAdapter` plugin file to `ckeditor5-upload/src/adapters/base64uploadadapter.js`. Make sure import paths your project are up–to–date:
```js
import Base64UploadAdapter from '@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter'
```
Is this a bug report or feature request? (choose one)
🆕 Feature request
📋 Steps to reproduce
We already have an extensive documentation on how to create a custom upload adapter, but it would be even nicer to make a plugin that exposes very simple API for basic uploading.
The text was updated successfully, but these errors were encountered: