mailcow-dockerized/data/conf/sogo/custom-sogo.js
2025-04-17 17:29:05 -05:00

7 lines
251 B
JavaScript
Executable file

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