Versions Compared

Key

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

...

Excerpt

The clients who purchased and using the Custom Cloud plan or Server package have an option to remove branding on UI of WProofreader. The branding includes: the title on the UI of the product and About tab with copyrights and logo.

This can be archived by adding removeBranding option set to true in the configuration.

Image Added

Code Block
languagejs
themeEmacs
<script>
    window.WEBSPELLCHECKER_CONFIG = {         
		...
        removeBranding:true,
        ...
    }
</script>


...