We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9bbd1 commit 5b2d898Copy full SHA for 5b2d898
scripts/install_wsc.py
@@ -36,6 +36,6 @@
36
if WSC_DISABLE:
37
webspellchecker_config.set_enabled(False)
38
logger.info("Webspellchecker disabled.")
39
- # by default only use WSC in rich text fields
40
- webspellchecker_config.set_disable_autosearch_in(u'["input", "textarea"]')
+ # by default disable WSC in quickupload as it breaks added annexes
+ webspellchecker_config.set_disable_autosearch_in(u'["#form-widgets-title", "#form-widgets-description"]')
41
transaction.commit()
0 commit comments