-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add first party Special Character Plugin #354
Comments
Hi, thanks for getting in touch! Which version of the Special Characters package did you use? The latest version of Craft’s CKEditor plugin (4.4.0) uses CKEditor 41.0.0, so I’d first try doing what you’re doing with version 41.0.0 of the Special Characters package. |
@i-just I was using Version 44.1.0 of the @ckeditor/ckeditor5-special-characters package. I will try the 41.0.0 version of the package and report back. |
Sounds good! As it might matter in your case, yesterday, we released version 4.5.0 of the plugin (it requires Craft 5.6.0 or higher) which uses CKEditor 5 44.0.0. |
@i-just ok thanks for letting me know. I can confirm I used the 41.0.0 version of the special characters package it that fixed the issue. |
Thanks for the update. Glad you got it working! |
Description
I am trying to add the Special Character plugin that is a first party plugin but I am getting the below error in the javascript console when editing the CKeditor config in craft:
and the config editor looks like this:
Here is my asset bundle that should be enabling the plugin:
Let me know if you need any more information.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: