aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
182 stars 43 forks source link

Adding Heading, AutoFormat (other plugins) to the CKEditor 5 #206

Closed zherdev-artem closed 3 years ago

zherdev-artem commented 3 years ago

The New CKEditor bundle 2021.10 doesn`t have heading and other plugins. I need to create ckeditor.js on my own with including plugins, or in some other way?

Thank you.

aimeos commented 3 years ago

You can customize the editor overwriting these settings: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/js/admin.js#L29-L54

It's also possible to create a custom build: https://ckeditor.com/ckeditor-5/online-builder/

zherdev-artem commented 3 years ago

Thank you.