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
84 stars 53 forks source link

Updated strapi version and loose toolbar items customization #121

Open dieegomr opened 9 months ago

dieegomr commented 9 months ago

I have noticed a change in the toolbar items, specifically in the context of customizing text. In the older version, I had a set of toolbar items like this:

Captura de Tela 2023-10-13 às 10 43 23 AM

However, in the latest version, the toolbar items have changed.

Captura de Tela 2023-10-13 às 10 52 47 AM

I would not like to have to replace all of my rich text by a custom ckeditor as they did here: https://github.com/nshenderov/strapi-plugin-ckeditor/issues/80#issuecomment-1455390886

Is it possible to keep it like it was before?

LucaNerlich commented 5 months ago

Where and how did you configure your toolbar? With version 2.x you'will need a 'config.txt' in strapiRoot/config/ckeditor.txt. See my comment here: https://github.com/nshenderov/strapi-plugin-ckeditor/issues/127#issuecomment-1916364219

fabiennecornel commented 5 months ago

@dieegomr check my answer here https://github.com/nshenderov/strapi-plugin-ckeditor/issues/127