Closed jaskipper closed 2 years ago
Commit https://github.com/melishev/strapi-plugin-react-editorjs/commit/e07548ca71e7ffc211acb53e8aa556ef2fe660e6 adds in width, height, size, mime and responsive data to the image tool. Commits f318525 and 5949de0 cleaned up the responses. Here is a screenshot of the returned image data after being turned into a json object.
@melishev - For the most part, I believe that I am done with commits to this. Please check 6223702, as this a complete refactoring of Wysiwyg > index.js. I've removed the usage of @buffetjs.
1f2d9a7 fixes issue #5
From everything that I can tell, with all of these changes, EditorJS is working perfectly in v4 with the following exceptions:
strapi develop --watch-admin
mode@melishev I believe that all changes that you requested have been completed.
:tada: This PR is included in version 2.0.0-beta.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 2.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I now have the image tool working. I've changed some code and added some comparing this code with the following tutorial: https://docs.strapi.io/developer-docs/latest/guides/registering-a-field-in-admin.html#creating-the-wysiwyg.