Roslovets-Inc / ckeditor5-build-strapi-wysiwyg

Enhanced build of CKEditor 5 to replace default Strapi WYSIWYG editor
https://www.npmjs.com/package/ckeditor5-build-strapi-wysiwyg
28 stars 45 forks source link

how to remove buttons from toolbar on the strapi ckeditor? #26

Open marco-villanueva opened 2 years ago

marco-villanueva commented 2 years ago

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!

roslovets commented 2 years ago

Hi Marco, Unfortunately custom configuration is currently broken in Strapi v4. I'm trying to fix it. FYI: https://github.com/Roslovets-Inc/strapi-plugin-ckeditor5/issues/38#issuecomment-1000578834