custom-sogo.js 251 B

1234567
  1. // Custom SOGo JS
  2. // Change the visible font-size in the editor, this does not change the font of a html message by default
  3. CKEDITOR.addCss("body {font-size: 16px !important}");
  4. // Enable scayt by default
  5. //CKEDITOR.config.scayt_autoStartup = true;