[Question] How to add a plugin like line-height to ckeditor in grapesjs?
Question
I can't figure how to add line height to ckeditor. I read the documentation from ckeditor and did all the steps they're providing to add the ckeditor-plugin, but the icon ist not showing in toolbar and I am not even sure if the line-height plugin ist loaded.
Can somebody help me or added a plugin to ckeditor within grapesjs successfully ?
Answers (1)
Okay Nevermind. I had an character mistake "=" instead of ":" in the config.
For everyone with the same problem: To add a ckeditor plugin in grapesjs add the extraPlugins Command in the plugin options in the init function:
[....] 'grapesjs-plugin-ckeditor' : { options: { language: 'de', toolbar: [... ], extraPlugins: 'lineheight', } },
Related Questions and Answers
Continue research with similar issue discussions.
Issue #2364
[Question] How to add toolbar functionality to the layers panel.
I am trying to add the toolbar to the layers panel and I am not sure how to go about this. Is there any way to accomplish this? toolbar Whe...
Issue #2833
[Questions]: How to add a toolbar to a component?
Hello, I would like to extend the table component with a toolbar for adding and removing columns and rows. As far as I understood the docum...
Issue #923
[Question]: Add a select-option to toolbar
I have read the code and only I could find out that there is only a list of ToolbarButton associated with the toolbar. I have a special tra...
Issue #2486
How do I add a trait to all existing component types?
I want to go through all existing component types and add a trait to the model-> defaults and can't figure out how to do this. According to...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.