Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
4e5ee9af
Commit
4e5ee9af
authored
May 25, 2017
by
Anthony Mangano
Committed by
GitHub
May 25, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3882 from edx/LEARNER-842-add-language-selector-settings
Add feature flag for footer language selector
parents
9a66e853
81c3b25c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
CHANGELOG.md
+4
-0
playbooks/roles/edxapp/defaults/main.yml
+9
-1
No files found.
CHANGELOG.md
View file @
4e5ee9af
-
Role: edxapp
-
Added the EDXAPP_SHOW_HEADER_LANGUAGE_SELECTOR feature flag with default value
[
false
]
-
Added the EDXAPP_SHOW_FOOTER_LANGUAGE_SELECTOR feature flag with default value
[
false
]
-
Role: edxapp
-
Added the EDXAPP_ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES setting with default value
[
"audit"
]
-
Role: edxapp
...
...
playbooks/roles/edxapp/defaults/main.yml
View file @
4e5ee9af
# variables common to the
lms
role, automatically loaded
# variables common to the
edxapp
role, automatically loaded
# when the role is included
---
...
...
@@ -229,6 +229,12 @@ EDXAPP_PDF_RECEIPT_LOGO_PATH: ""
EDXAPP_SOCIAL_AUTH_OAUTH_SECRETS
:
"
"
# Display a language selector in the LMS/CMS header.
EDXAPP_SHOW_HEADER_LANGUAGE_SELECTOR
:
false
# Display a language selector in the LMS footer.
EDXAPP_SHOW_FOOTER_LANGUAGE_SELECTOR
:
false
EDXAPP_FEATURES
:
AUTH_USE_OPENID_PROVIDER
:
true
ENABLE_DISCUSSION_SERVICE
:
true
...
...
@@ -257,6 +263,8 @@ EDXAPP_FEATURES:
CUSTOM_COURSES_EDX
:
"
{{
EDXAPP_CUSTOM_COURSES_EDX
}}"
ENABLE_CSMH_EXTENDED
:
"
{{
EDXAPP_ENABLE_CSMH_EXTENDED
}}"
ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES
:
"
{{
EDXAPP_ENABLE_READING_FROM_MULTIPLE_HISTORY_TABLES
}}"
SHOW_HEADER_LANGUAGE_SELECTOR
:
"
{{
EDXAPP_SHOW_HEADER_LANGUAGE_SELECTOR
}}"
SHOW_FOOTER_LANGUAGE_SELECTOR
:
"
{{
EDXAPP_SHOW_FOOTER_LANGUAGE_SELECTOR
}}"
EDXAPP_BOOK_URL
:
"
"
# This needs to be set to localhost
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment