melishev / strapi-plugin-react-editorjs

📝 Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor on Editor.js
https://www.npmjs.com/package/strapi-plugin-react-editorjs
MIT License
170 stars 77 forks source link

Beta - Strapi v4: How to Customize Editor #24

Closed jaskipper closed 2 years ago

jaskipper commented 2 years ago

The README instructions do not work in Strapi v4 on how to customize editor. I'm working on figuring out how to get this working. Here are the docs for extending plugins in Strapi v4: https://docs.strapi.io/developer-docs/latest/development/plugins-extension.html

I've tried this, but is not working in the setup that I currently have. I haven't tried this with strapi-plugin-react-editorjs installed via npm/yarn. I currently have my setup with this plugin under ./src/plugins/strapi-plugin-react-editorjs. Once the current pull request is merged, I will test out the instructions in the above doc and will report back.

melishev commented 2 years ago

Well, the instruction works, good job - @jaskipper