SKLINET / strapi-plugin-tinymce

11 stars 18 forks source link

Disable "Media library button" #17

Closed epigeyre closed 1 year ago

epigeyre commented 1 year ago

Hi,

What would be the best way to disable the Media library button displayed before every tiny editor?

Thanks for your help!

jbednar97 commented 1 year ago

Hello @epigeyre ! There are currently only tho ways of achieving the behaviour you've mentioned. You can either fork the repo, or use patch-package to remove the button. The official statement of Strapi is : Currently, the admin panel part of a plugin can only be extended using patch-package, but please consider that doing so might break your plugin in future major versions of Strapi.

epigeyre commented 1 year ago

Ok, thanks for your help @jbednar97!