Skip to content

Instantly share code, notes, and snippets.

@d-demirci
Last active February 12, 2021 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d-demirci/80ab248d8d60571f79fffc84d265676e to your computer and use it in GitHub Desktop.
Save d-demirci/80ab248d8d60571f79fffc84d265676e to your computer and use it in GitHub Desktop.
name: lms_settings
version: 0.1.0
patches:
lms-env-features: |
"COURSES_ARE_BROWSABLE": false,
"ENABLE_SYSADMIN_DASHBOARD": true,
"DISABLE_LOGIN_BUTTON": true,
"ALLOW_PUBLIC_ACCOUNT_CREATION": false,
"ENABLE_DASHBOARD_SEARCH": false
# tutor plugins install lms_settings.yml
# tutor plugins enable lms_settings
# tutor config save
# tutor local reboot -d
@nadiastefan
Copy link

Hello if i wan't to add a custom single html page to my templates how can i enable it? I've tried in lms.env.json but nothing happened. Then i've found your plugin.
Is this correct?

name: lms_settings
version: 0.1.0
patches:
lms-env-features: |
"ENABLE_SYSADMIN_DASHBOARD": true,
"ENABLE_LEARNER_RECORDS": false,
"ENABLE_OPENBADGES": true,
"MKTG_URL_LINK_MAP": {
"OldPrivacy" : "old-privacy.html",
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment