CKEditor Inline standard-all version works only with few HTML tags line <div>
, <p>
, <h1>
-<h6>
. This inline editor not popping up for elements like strong
, i
, span
, etc.
I am using this inline editor inside grapesJS editor.
Here is JSFiddle where you can check the working & code.
Version:
grapesjs - 0.16.18
ckeditor - standard-all - 4.14.1
Can we able to fix this issue by using format_tags: "span;strong"
. Is there any other ways to fix this issue. Please let me know if any.
I got its solution as below:
This not a core file update or something related to that. You can add this code in the place where you are customizing/doing your feature.
Here is JSFiddle where you can check the working & code.
Inline CKeditor integrated in GrapesJS editor