Roslovets-Inc/strapi-plugin-ckeditor5

How to remove icons from toolbar

Opened this issue · 2 comments

Hi everyone!
I have been trying to remove the image, media lib, and embedded video icons. What I have done is to comment the icons in the config file in the toolbar array, and I also tried inserting the removePlugins: ['Image', 'ImageCaption', 'ImageStyle', 'ImageToolbar', 'ImageUpload', 'MediaEmbed'], but with no result so far.

How can I remove these icons?
Thanks for your help!

Hi, unfortunately at this time it cannot be done in v4, because custom configuration is broken after upgrade.

Hi, it should be easy to edit configuration, based on https://github.com/Fekide/strapi-plugin-deepl#configuration

But it needs implementation...