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
{{ message }}
This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Hi, i am using the latest version of strapi 4.5.3. Was looking to customise the plugin for additional components to be added to the same. Followed the steps, checked out the the branch git clone https://github.com/melishev/strapi-plugin-react-editorjs.git as there is no beta branch available currently, went with the master.
Post the same, made the relevant changes in the config/plugin.js.
Then followed the step - yarn build and then yarn develop. Very firstly, when i checked in the plugins list, it dose not reflect up showing it is even installed.
If i remove all this and simply install it with yarn add strapi-plugin-react-editorjs then the same is showing up in the plugins list correctly. Now was wondering if there is any possibility for fixing this up with strapi 4.5.3 so i could have gone ahead and updated the plugin.