mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Disable GoogleSpell as default
This commit is contained in:
parent
97668c2e7f
commit
f3890ec1a8
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ $config['language'] = '__LANGUAGE__';
|
|||
// use this format for date display (date or strftime format)
|
||||
$config['date_format'] = 'd-m-Y';
|
||||
|
||||
// Make use of the built-in spell checker. It is based on GoogieSpell.
|
||||
$config['enable_spellcheck'] = false;
|
||||
|
||||
|
||||
// Enable YunoHost users search in the address book.
|
||||
$config['ldap_public']['yunohost'] = array(
|
||||
|
|
Loading…
Reference in a new issue