app/assets/javascripts/ckeditor/config.js in ckeditor-4.0.0.rc1 vs app/assets/javascripts/ckeditor/config.js in ckeditor-4.0.0.rc2
- old
+ new
@@ -93,15 +93,14 @@
/* Toolbars */
config.toolbar = 'Easy';
config.toolbar_Easy =
[
- ['Source','-','Preview'],
- ['Cut','Copy','Paste','PasteText','PasteFromWord',],
- ['Undo','Redo','-','SelectAll','RemoveFormat'],
- ['Styles','Format'], ['Subscript', 'Superscript', 'TextColor'], ['Maximize','-','About'], '/',
- ['Bold','Italic','Underline','Strike'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
- ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
- ['Link','Unlink','Anchor'], ['Image', 'Flash'],
- ['Table','HorizontalRule','Smiley','SpecialChar','PageBreak']
+ ['Source','-','Cut','Copy','Paste','PasteText','PasteFromWord'],
+ ['Undo','Redo'], ['Link','Unlink','Anchor'],
+ ['Image', 'Table','HorizontalRule','SpecialChar'],
+ ['Maximize','-','About'], '/',
+ ['Bold','Italic','Underline','Strike', 'RemoveFormat'],
+ ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
+ ['Styles','Format'], ['Subscript', 'Superscript']
];
};