Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

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

Code Block
languagejs
themeEmacs
titleCKEditor config.js:
config.removePlugins = 'scayt,wsc';


...