How to customize CKEditor5 in Strapi v4

System Information
  • Strapi Version: 4.1.1
  • Operating System: windows 10
  • Database: mySQL
  • Node Version: 16
  • NPM Version: 8
  • Yarn Version:

npm i strapi-plugin-ckeditor5@latest

After setting up CKeditor5, how can I customize it.
I was able to customize it in strapi v3. but the same technique does not work in Strapi v4 as the folders structure is also changed.
I want to change the font-sizing from classes to px(pixel) format.

So please help me out this issue.

Or #strapiteam kindly add a proper documentation of ckeditor for Strapi v4

Thank you
best regards,
Qavi Nizamani

1 Like

Hey,
like you said it’s currently not possible to use the same approach as for v3 (overriding something in admin folder does not work for plugins).
The solution is to use ‘patch-package’.
I answered an issue for ckeditor-plugin in bit more detail. You can check it here: Heading is not properly reloaded · Issue #23 · Roslovets-Inc/strapi-plugin-ckeditor5 · GitHub
Hope it helps (even if my answer is quite late :sweat_smile: )

1 Like

Where can we find more about this patch-package thing ?