Hi. I am new to tutor and I am trying to set the ENABLE_COURSEWARE_SEARCH
flag to false
.
Things I have tried so far:
- Setting the following value in
~/.local/share/tutor/config.yml
:
FEATURES:
ENABLE_COURSEWARE_SEARCH: false
-
Setting the following value in
~/.local/share/tutor/env/apps/openedx/settings/lms/common.py
:FEATURES["ENABLE_COURSEWARE_SEARCH"] = False
For both, I then run tutor config save
.
However, the ~/.local/share/tutor/env/apps/openedx/config/lms.env.json
file that is generated, still has the following:
"FEATURES": {
"ENABLE_COURSEWARE_SEARCH": true
}
Any ideas?