app/assets/javascripts/ckeditor/config.js.coffee in tkh_content-0.4.3 vs app/assets/javascripts/ckeditor/config.js.coffee in tkh_content-0.4.4
- old
+ new
@@ -7,9 +7,10 @@
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' ] },
+ # { name: 'quoteauthor', items: [ element: 'p', attributes : { 'class' : 'author'} ] }, # tried but it did not work
'/',
{ 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