app/assets/javascripts/ckeditor/config.js.coffee in tkh_content-0.3.1 vs app/assets/javascripts/ckeditor/config.js.coffee in tkh_content-0.4.2

- old
+ new

@@ -6,10 +6,10 @@ 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' ] }, + { name: 'paragraph', items: [ 'BulletedList','NumberedList','-','Outdent','Indent','-','Blockquote','-','JustifyLeft','JustifyCenter','JustifyRight' ] }, '/', { name: 'clipboard', items: [ 'Undo','Redo' ] }, { name: 'links', items: [ 'Link','Unlink' ] }, { name: 'insert', items: [ 'Image','Table','HorizontalRule','SpecialChar' ] }, { name: 'document', items: [ 'Source','-','Save' ] }, \ No newline at end of file