diff --git a/concordia/settings_template.py b/concordia/settings_template.py index 6c0505a4e..472671c25 100644 --- a/concordia/settings_template.py +++ b/concordia/settings_template.py @@ -395,7 +395,8 @@ TINYMCE_DEFAULT_CONFIG = { "skin": "oxide-dark", "content_css": "dark", - "plugins": "link lists", - "toolbar1": "bold italic | bullist | link", + "plugins": "link lists searchreplace wordcount", + "browser_spellcheck": "true", + "toolbar1": "bold italic | numlist bullist | link | searchreplace wordcount", } TINYMCE_JS_URL = "https://cdn.tiny.cloud/1/rf486i5f1ww9m8191oolczn7f0ry61mzdtfwbu7maiiiv2kv/tinymce/6/tinymce.min.js"