app/assets/javascripts/ckeditor/config.js.coffee in tkh_content-0.4.4 vs app/assets/javascripts/ckeditor/config.js.coffee in tkh_content-0.4.5
- old
+ new
@@ -1,10 +1,12 @@
CKEDITOR.editorConfig = (config) ->
config.language = tkh_locale
config.uiColor = "#AADC6E"
- config.width = '575'
+ config.width = '650'
config.height = '450'
config.forcePasteAsPlainText = true
+ config.allowedContent = true
+ # config.extraAllowedContent = true
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' ] },
\ No newline at end of file