Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -ra906a0a0effcbe50cb7ffcb7b58f9b408d771f1d -rad8e49e7b0642349036fd675cfd655f88a1fc09c --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision a906a0a0effcbe50cb7ffcb7b58f9b408d771f1d) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision ad8e49e7b0642349036fd675cfd655f88a1fc09c) @@ -19,7 +19,6 @@ // To include it back, just add 'VideoRecorder' in between the MoviePlayer and Kaltura CKEDITOR.config.toolbar_DefaultLearner = [ - ['Preview'], ['Undo','Redo'], ['Bold','Italic','Underline', '-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent'], @@ -96,7 +95,6 @@ CKEDITOR.config.extraPlugins = 'wikilink,jlatexmath,image2,confighelper,bootstrapTabs,bootpanel,bootsnippets,wavepanel'; CKEDITOR.config.enterMode = CKEDITOR.ENTER_DIV; CKEDITOR.config.removePlugins = 'elementspath,about,specialchar'; -CKEDITOR.config.allowedContent = true; CKEDITOR.config.toolbarCanCollapse = true; CKEDITOR.config.embed_provider = '//ckeditor.iframe.ly/api/oembed?url={url}&callback={callback}'; //default URL for 'embed' plugin CKEDITOR.config.filebrowserUploadMethod = 'form';