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
e4e31041
Commit
e4e31041
authored
Jun 08, 2015
by
Ned Batchelder
Committed by
David Baumgold
Jul 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Variables for comprehensive theming
parent
368b717b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
playbooks/roles/edxapp/defaults/main.yml
+5
-1
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
e4e31041
...
...
@@ -510,6 +510,9 @@ EDXAPP_XBLOCK_SETTINGS: {}
# the value is the 32-character key.
EDXAPP_CREDIT_PROVIDER_SECRET_KEYS
:
{}
# Comprehensive Theming
EDXAPP_COMP_THEME_DIR
:
"
"
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -803,6 +806,7 @@ generic_env_config: &edxapp_generic_env
REGISTRATION_EXTRA_FIELDS
:
"
{{
EDXAPP_REGISTRATION_EXTRA_FIELDS
}}"
XBLOCK_SETTINGS
:
"
{{
EDXAPP_XBLOCK_SETTINGS
}}"
EDXMKTG_USER_INFO_COOKIE_NAME
:
"
{{
EDXAPP_EDXMKTG_USER_INFO_COOKIE_NAME
}}"
COMP_THEME_DIR
:
"
{{
EDXAPP_COMP_THEME_DIR
}}"
lms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
@@ -928,7 +932,7 @@ worker_core_mult:
lms
:
4
cms
:
2
# Theming
#
Stanford-style
Theming
# Turn theming on and off with edxapp_use_custom_theme
# Set theme name with edxapp_theme_name
# Stanford, for example, uses edxapp_theme_name: 'stanford'
...
...
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