Skip to content

Commit

Permalink
Merge pull request #2147 from LibraryOfCongress/CONCD-530-rsar-tinymc…
Browse files Browse the repository at this point in the history
…e-plugins

CONCD-530 numlist, searchreplace, wordcount
  • Loading branch information
joshuastegmaier authored Oct 20, 2023
2 parents 011c232 + 0953446 commit 55a0264
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions concordia/settings_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 55a0264

Please sign in to comment.