blob: 9ee6daba1795345dd929da4a0b1a548e475057e9 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001// Custom SOGo JS
2
3// Change the visible font-size in the editor, this does not change the font of a html message by default
4CKEDITOR.addCss("body {font-size: 16px !important}");
5
6// Enable scayt by default
7//CKEDITOR.config.scayt_autoStartup = true;