Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor fixes.

...

Remove SCAYT and Dialog plugins for CKEditor . There which are two plugins integrated in CKEditor by default with CKEditor. In order to avoid any confusion, it is recommended to remove these pluginspossible issues. You can do it by adding the next following parameter to CKEditor config.js file:

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

...