@rickx/ckeditor5-upload-adapter
Version:
Upload adapter plugin for CKEditor5
17 lines (16 loc) • 536 B
JSON
{
"plugins": [
{
"name": "image upload adapter",
"className": "ImageUploadAdapter",
"description": "An image upload tool. It allows for uploading images to an application running on your server using the <code>XMLHttpRequest</code> API with a minimal editor configuration.",
"path": "src/ImageUploadAdapter.js"
},
{
"name": "Custom upload adapter",
"className": "CustomUploadAdapter",
"description": "An image upload tool.",
"path": "src/CustomUploadAdapter.js"
}
]
}