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
171 stars 80 forks source link

Update EditorJS and support for Strapi 4.10 #85

Open xenobytezero opened 1 year ago

xenobytezero commented 1 year ago

I wanted to update the EditorJS version used by this plugin, and also fix a few issues that appear to have cropped up as Strapi has been updating.

I've also updated the Yarn version used to v3, since thats the toolchain i was working with but if thats going to be an issue I can pull that out.

xenobytezero commented 1 year ago

Pushed a fix for missing authentication required for the link tool.

Also I had to configure the CORS middleward for my Strapi insance to allow the X-Requested-With header, since the link tool seems to add that header with no way to switch it off. That might be a local development issue however?

pepijn-vanvlaanderen commented 1 year ago

@xenobytezero thanks for this PR, hopefully @melishev will start merging some PRs soon to keep this plugin alive.