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
Edit: When i call editorjs.save to save the data into my database, it saves the correct url and when I parse the json back into html, i actually get the right image. I strongly suspect there is just a problem with the image tool documentation on the format of the response because on the main page of editorjs.io, when I put the image I see a response like this and it works: , plus in the source code it actually renders file["url"]
Hi, this is my current configuration for the tool:
and my uploadFile.php returns:
{ "success": 1, "file": "https://mywebsite.com/static/uploads/image_name.png" }
The generated url is correct, when i paste it in the browser the image does show up
but still the preloader is turning and no image appears:
Why is this happening? Is there a secret step I missed?
The text was updated successfully, but these errors were encountered: