Versions Compared

Key

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

...

4. Once you have a rule Id (for example, PRP_VBG), you need to add it as a value into a new option called disabledRules to of your WProofreader config. See an example below:

Code Block
languagejs
themeEmacs
<script>
    window.WEBSPELLCHECKER_CONFIG = {
        ...
        disabledRules: ['PRP_VBG'],
        ...
    }
</script>


Note

If you expect that you may need to enlarge this array quite often and you don't want to make changes to your configuration each time, make sure you load dynamically the values for this option.