carousel-editorjs
carousel-editorjs copied to clipboard
Backend Response Format
What is the backend response format? In readme it's missing.
Seems to be the same as in https://github.com/editor-js/image
{
"success": true,
"file": {
"url": "uploaded_file_accessible_now_url"
}
}