-
Notifications
You must be signed in to change notification settings - Fork 134
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
Adding plugins #33
Comments
I got it working by putting the plugin (youtube in my case) in
|
Can you add multiple plugins? I tried adding the codesnippet plugin with its dependencies and am getting the error "Uncaught TypeError: undefined is not a function" in my javascript console, pointing to the following line: CKEDITOR.style.addCustomHandler( { |
Putt plugins to Add to
Add to
|
Not working for me.. i added confighelper extra plugin and add in to my config.js like this config.extraPlugins = 'confighelper'; i got Encoding::InvalidByteSequenceError: "\xED" followed by "n" on UTF-8 |
Not worked for me also! |
How do one add custom plugins to the ckeditor with this gem?
The text was updated successfully, but these errors were encountered: