You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project using GrapesJS and the grapesjs-plugin-ckeditor plugin. I want to add a custom dropdown to the CKEditor toolbar, alongside other default toolbar actions, but I am encountering issues with the integration.
Issue:
I've followed the documentation to configure CKEditor and added a custom dropdown using a CKEditor plugin. However, the dropdown doesn't appear in the toolbar as expected. It seems that the grapesjs-plugin-ckeditor doesn't properly support adding custom dropdowns or modifying the toolbar configuration.
I'm working on a project using GrapesJS and the
grapesjs-plugin-ckeditor
plugin. I want to add a custom dropdown to the CKEditor toolbar, alongside other default toolbar actions, but I am encountering issues with the integration.Issue:
I've followed the documentation to configure CKEditor and added a custom dropdown using a CKEditor plugin. However, the dropdown doesn't appear in the toolbar as expected. It seems that the
grapesjs-plugin-ckeditor
doesn't properly support adding custom dropdowns or modifying the toolbar configuration.Expected
I would like something like that:
Current Setup:
Here is my current configuration:
Dependencies:
Thank you 🙏
The text was updated successfully, but these errors were encountered: