Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share: Codemirror for CKEditor source or Page editor
#6
I don't know for the patch ( not tested yet ), but along with CEVA's tips, i add to edit edit.php where CKEditor is attached to the text area. It kept stripping html tags Sad

So i added :

{...}
var editor = CKEDITOR.replace( 'post-content', {
skin : 'moono',
allowedContent: true,
forcePasteAsPlainText : true,

{...}

Seems to fix it.
Reply


Messages In This Thread
RE: Share: Codemirror for CKEditor source or Page editor - by kohai - 2013-06-08, 20:21:52



Users browsing this thread: 1 Guest(s)