Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/ckconfig_custom.js,v diff -u -r1.19.2.14 -r1.19.2.15 --- lams_central/web/includes/javascript/ckconfig_custom.js 2 Mar 2017 09:59:06 -0000 1.19.2.14 +++ lams_central/web/includes/javascript/ckconfig_custom.js 15 Apr 2017 16:40:14 -0000 1.19.2.15 @@ -11,6 +11,9 @@ ['Paint_Button','oembed','Image','Link','Iframe','Table','HorizontalRule','Smiley','SpecialChar','Templates','Format','Font','FontSize','About'] ]; +CKEDITOR.config.toolbar_DefaultDoku = [ + ['Bold','Italic','Underline','StrikeThrough','NumberedList','BulletedList','Indent','Outdent','Undo','Redo'] +]; // removing Video Recorder from default tool bar LDEV-2961 // To include it back, just add 'VideoRecorder' in between the MoviePlayer and Kaltura