diff --git a/configurator/templates/openedx/cms.env.json b/configurator/templates/openedx/cms.env.json index 8d50585..2aba3b5 100644 --- a/configurator/templates/openedx/cms.env.json +++ b/configurator/templates/openedx/cms.env.json @@ -8,7 +8,8 @@ "FEATURES": { "PREVIEW_LMS_BASE": "preview.{{ LMS_HOST }}", "ENABLE_COURSEWARE_INDEX": true, - "ENABLE_LIBRARY_INDEX": true + "ENABLE_LIBRARY_INDEX": true, + "ENABLE_EDXNOTES": {{ "true" if ACTIVATE_NOTES else "false" }} }, "LMS_ROOT_URL": "{{ "https" if ACTIVATE_HTTPS else "http" }}://{{ LMS_HOST }}", "CMS_ROOT_URL": "{{ "https" if ACTIVATE_HTTPS else "http" }}://{{ CMS_HOST }}",