Merge pull request #12818 from glafarge/patch-1

New : Add native spellcheck to CKEditor
This commit is contained in:
Laurent Destailleur
2020-01-26 23:31:27 +01:00
committed by GitHub

View File

@@ -225,7 +225,8 @@ class DolEditor
breakAfterClose : true
});
}
}';
},
disableNativeSpellChecker: '.(empty($conf->global->CKEDITOR_NATIVE_SPELLCHECKER)?'false':'true');
if ($this->uselocalbrowser)
{