nshenderov / strapi-plugin-ckeditor

Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Unofficial integration)
https://www.npmjs.com/package/@_sh/strapi-plugin-ckeditor
MIT License
95 stars 58 forks source link

Extend or overwrite configuration settings of default toolbar #128

Closed kirti18patel closed 8 months ago

kirti18patel commented 8 months ago

I am using ckeditor 5 plugin with starpi cms. I want to to overwrite or extent some settings in default toolbar. I tried creating a custom version but its too many settings to add and throwing errors. I am changing the configuration in config/ckeditor.txt file. "@_sh/strapi-plugin-ckeditor": "^2.0.4",

Is there any way to use default toolbar and overwrite just one setting? OR is there any way I can inherit all default properties in custom version and just change one setting that I want?