Gitiles
Code Review
Sign In
gerrit.benkard.de
/
kubeia
/
20643dbc6a57e759b83d5fda4f61391080dba49c
/
.
/
mailcow
/
src
/
mailcow-dockerized
/
data
/
conf
/
sogo
/
custom-sogo.js
blob: 9ee6daba1795345dd929da4a0b1a548e475057e9 [
file
] [
log
] [
blame
]
// 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;