kayvanbree / strapi-editorjs

13 stars 2 forks source link

Install from npm package #7

Open kayvanbree opened 4 years ago

kayvanbree commented 4 years ago

I don't know if plugins can override admin stuff, but it would be nice. To just npm install that shit.

kayvanbree commented 4 years ago

Created the branch feature/plugin for this: https://github.com/kayvanbree/strapi-editorjs/tree/feature/plugin

I added an actual development project, generated a plugin, moved the code over there, published it as a plugin, and it did not work.

A possible solution would be to use postinstall to copy our code over to the extensions folder, or something similar.

kayvanbree commented 4 years ago

Another problem is that admin panel development is currently not supported according to the docs:

The admin panel integration is currently not available. You can still add backend features.