docs(lms and studio): Replace all .(lms|cms).(\w+|_)?\.json to .(lms|cms).(\w+|_)?\.yml

This commit is contained in:
Gábor Boros
2020-09-18 10:44:14 +02:00
parent 8f3393d96c
commit 6ccd6c308d
5 changed files with 10 additions and 10 deletions

View File

@@ -3705,7 +3705,7 @@ FINANCIAL_ASSISTANCE_MAX_LENGTH = 2500
# IE: custom_form_app.forms.RegistrationExtensionForm
# Note: If you want to use a model to store the results of the form, you will
# need to add the model's app to the ADDL_INSTALLED_APPS array in your
# lms.env.json file.
# lms.yml file.
REGISTRATION_EXTENSION_FORM = None