From f3890ec1a832781f4108cf20d29692b71ab9d8b4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 9 Nov 2020 16:53:23 +0100 Subject: [PATCH] Disable GoogleSpell as default --- conf/config.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/config.inc.php b/conf/config.inc.php index 9b4d354..0c16976 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -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(