carousel-editorjs icon indicating copy to clipboard operation
carousel-editorjs copied to clipboard

Backend Response Format

Open omerfdmrl opened this issue 3 years ago • 2 comments

What is the backend response format? In readme it's missing.

omerfdmrl avatar Mar 24 '22 20:03 omerfdmrl

Seems to be the same as in https://github.com/editor-js/image

tiotdev avatar Sep 25 '22 14:09 tiotdev

{ 
   "success": true, 
   "file": { 
        "url": "uploaded_file_accessible_now_url" 
   }
}

appqui avatar Mar 15 '24 11:03 appqui