Skip to content
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

[v4.0] CKEditor Config Issue #749

Open
ksung opened this issue Jan 6, 2015 · 0 comments
Open

[v4.0] CKEditor Config Issue #749

ksung opened this issue Jan 6, 2015 · 0 comments

Comments

@ksung
Copy link
Contributor

ksung commented Jan 6, 2015

Not really a bug, but for users that may wish to be able to publish html code within the WYSIWYG editor, a line needs to be added to the CKE config file.

CKEDITOR.config.allowedContent = true;

Note that the inline editor (if tables is not turned on via the toolbar) will not allow table code to be displayed properly and will overwrite whatever content is in the inline editable area. Once the toolbar is updated to have the table button, this seems to fix the content issue. The config.allowedcontent is still needed but this is something that does need to be sorted out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant