Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Replace all the steps with the link to guide.


Info

Refer to Initializing WProofreader in CKEditor 4 guide

...

to migrate from the classic SCAYT

...

and WSC Dialog plugins for CKEditor 4

...

0. Obtain Service ID

...

1. Initialize WProofreader with autoSearch

...

to

...

WProofreader

...

Option A. Initializing using Config Variable

...

.

...

2. Add WProofreader Script

...

Option B. Initializing using Inline Data Attributes

...

2. Remove Old Plugins

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

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