John Willard
John Willard
Change your configuration to match the example in the docs: ``` CKEDITOR_5_CONFIGS = { "default": { "toolbar": [ "bold", "italic", "imageUpload", ], "image": { "toolbar": [ "imageTextAlternative", "toggleImageCaption", "|", "imageStyle:inline",...
Looks like that's a plugin that you would have to install separately... I'm not sure how to do that but if you remove that item the rest should work as...
Yes, if you remove that string from the config everything else in the toolbar should display as expected.
Hi, I am running into this issue as well. Do you have an idea for a solution? Accepting pull requests for this? For me the issue is actually preventing the...