Commit 530a3d05 by Will Daly

Merge pull request #1480 from edx/will/registration-extra-fields-setting

Add registration extra fields setting to configuration.
parents 9644d4b8 44d39014
......@@ -288,6 +288,17 @@ EDXAPP_SUBDOMAIN_BRANDING: {}
EDXAPP_WORKERS: !!null
EDXAPP_ANALYTICS_DATA_TOKEN: ""
EDXAPP_ANALYTICS_DATA_URL: ""
EDXAPP_REGISTRATION_EXTRA_FIELDS:
level_of_education: "optional"
gender: "optional"
year_of_birth: "optional"
mailing_address: "optional"
goals: "optional"
honor_code: "required"
city: "hidden"
country: "hidden"
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
......@@ -566,7 +577,7 @@ generic_env_config: &edxapp_generic_env
FILE_UPLOAD_STORAGE_PREFIX: $EDXAPP_FILE_UPLOAD_STORAGE_PREFIX
VIRTUAL_UNIVERSITIES: $EDXAPP_VIRTUAL_UNIVERSITIES
SUBDOMAIN_BRANDING: $EDXAPP_SUBDOMAIN_BRANDING
REGISTRATION_EXTRA_FIELDS: $EDXAPP_REGISTRATION_EXTRA_FIELDS
lms_auth_config:
<<: *edxapp_generic_auth
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment