From 0953446b7d2ed5fe5351672faa6c9300fde8df54 Mon Sep 17 00:00:00 2001 From: Rajit Sarkar Date: Fri, 20 Oct 2023 10:53:48 -0400 Subject: [PATCH] CONCD-530 numlist, searchreplace, wordcount --- concordia/settings_template.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"