mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-04 10:24:42 +02:00
[SOGo] Include custom-sogo.js to dynamically add JS to SOGo, increase textarea font of CKeditor by default
This commit is contained in:
parent
869e01a9a7
commit
1d9f820b02
7
data/conf/sogo/custom-sogo.js
Normal file
7
data/conf/sogo/custom-sogo.js
Normal file
@ -0,0 +1,7 @@
|
||||
// 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;
|
@ -14,7 +14,7 @@
|
||||
SOGoEnableEMailAlarms = NO;
|
||||
SOGoFoldersSendEMailNotifications = YES;
|
||||
SOGoForwardEnabled = YES;
|
||||
SOGoUIAdditionalJSFiles = (js/theme-blue.js);
|
||||
SOGoUIAdditionalJSFiles = (js/theme-blue.js, js/custom-sogo.js);
|
||||
|
||||
// Multi-domain setup
|
||||
// Domains are isolated, you can define visibility options here.
|
||||
|
Loading…
Reference in New Issue
Block a user