Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -reee32817a235b4c88107f5c4c343ee798c498cb3 -r7a355f326f0acb24a25460c16b3824e5cc610297 --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision eee32817a235b4c88107f5c4c343ee798c498cb3) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision 7a355f326f0acb24a25460c16b3824e5cc610297) @@ -132,7 +132,7 @@ CKEDITOR.config.format_tags = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; CKEDITOR.plugins.addExternal('wikilink', CKEDITOR.basePath + '../tool/lawiki10/wikilink/', 'plugin.js'); // html5audio is available but not used anymore; it probably needs fixes as in CKEditor README doc -CKEDITOR.config.extraPlugins = 'wikilink,jlatexmath,image2,confighelper,bootstrapTabs,bootpanel,bootsnippets,wavepanel'; +CKEDITOR.config.extraPlugins = 'wikilink,jlatexmath,image2,confighelper,bootstrapTabs,bootpanel,bootsnippets,wavepanel,wordcount,notification'; CKEDITOR.config.enterMode = CKEDITOR.ENTER_DIV; CKEDITOR.config.removePlugins = 'elementspath,about,specialchar'; CKEDITOR.config.allowedContent = true;