Remove SCAYT and WSC Dialog plugins for CKEditor 4 which are integrated by default to avoid any possible issues. It can be done by adding the removePlugins parameter to CKEditor config.js file:

CKEditor config.js:
config.removePlugins = 'scayt,wsc';

  • No labels