File: //home/arjun/projects/buyercall/node_modules/@ckeditor/ckeditor5-upload/ckeditor5-metadata.json
{
"plugins": [
{
"name": "Base64 upload adapter",
"className": "Base64UploadAdapter",
"description": "An image upload tool. It converts images inserted into the rich-text editor into Base64-encoded strings in the editor output.",
"docs": "features/images/image-upload/base64-upload-adapter.html",
"path": "src/adapters/base64uploadadapter.js"
},
{
"name": "Simple upload adapter",
"className": "SimpleUploadAdapter",
"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.",
"docs": "features/images/image-upload/simple-upload-adapter.html",
"path": "src/adapters/simpleuploadadapter.js"
}
]
}