app/assets/javascripts/ckeditor/config.js.coffee in tkh_content-0.10.4 vs app/assets/javascripts/ckeditor/config.js.coffee in tkh_content-0.10.5
- old
+ new
@@ -4,10 +4,12 @@
config.width = '650'
config.height = '450'
config.forcePasteAsPlainText = true
config.allowedContent = true
# config.extraAllowedContent = true
+ config.htmlEncodeOutput = false;
+ config.entities = false;
config.toolbar_Pure = [
{ name: 'styles', items: [ 'Format' ] },
{ name: 'basicstyles', items: [ 'Bold','Italic','Strike','-','RemoveFormat' ] },
{ name: 'paragraph', items: [ 'BulletedList','NumberedList','-','Outdent','Indent','-','Blockquote','-','JustifyLeft','JustifyCenter','JustifyRight' ] },
@@ -17,6 +19,6 @@
{ name: 'links', items: [ 'Link','Unlink' ] },
{ name: 'insert', items: [ 'Image','Table','HorizontalRule','SpecialChar' ] },
{ name: 'document', items: [ 'Source','-','Save' ] },
]
config.toolbar = 'Pure'
- true
\ No newline at end of file
+ true