-
Notifications
You must be signed in to change notification settings - Fork 0
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
CKEditor.allowedContent not parsed correctly #4
Comments
Is it means would your snippet improve the extension? If so would you like to make a pull request to be included? :-) |
No, I'm reporting that CKEditor's |
Thank you. Then updated now. |
I think you misunderstood me. I'm reporting that the |
As I remember in CKEditor you can just enter tags which are enabled by corresponding toolbar or plugin, additional that are in |
Hi
Here's another one:
I've forked my own version of startup.js so I can fine-tune Editable's CKEditor (by adding extra parameters in the
CKEDITOR.config
object).However, for some reason or the other
allowedContent = true
is working properly, but inserting any self-defined tag string won't.I discovered this when I plugged in Bolt's default wysiwyg allowedContent string (in config.yml) and my FontAwesome icons (
<i> tag
) were being filtered whenparsed by Editable (despite correct allowance of the tag).Here's the stuff I'm talking about:
vs
Thanks for the great support!
The text was updated successfully, but these errors were encountered: