Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -r6a28a3cd969047f7ef1f1e8b3a273ebcfe9c6d45 -r2fc3c196b706f247820267da4439c301a1a77805 --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 6a28a3cd969047f7ef1f1e8b3a273ebcfe9c6d45) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 2fc3c196b706f247820267da4439c301a1a77805) @@ -11,9 +11,10 @@ ['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'] +CKEDITOR.config.toolbar_DefaultDokuInline = [ + ['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