dasmikko / strapi-tiptap-editor

A drop-in replacement for the strapi editor
MIT License
64 stars 29 forks source link

Integration with Strapi Admin Dashboard v.4.4.6 #50

Closed AniketHQ closed 1 year ago

AniketHQ commented 1 year ago

Hi, I installed the editor using 'npm i strapi-tiptap-editor' but in development mode, strapi is not picking up the editor directly. Is there any configuration needed after that in config/plugins.js?

dasmikko commented 1 year ago

Hi there! It should be picked up automatically.

Did you rebuild the admin dashboard?

AniketHQ commented 1 year ago

@dasmikko Yes, I forgot to rebuild the dashboard. Thanks again for quick resolution.