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