-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add ui flags to default config
- Loading branch information
1 parent
552d455
commit 06bc8a2
Showing
4 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,9 @@ API_HOST_URL: 'http://localhost:8000' | |
ENVIRONMENT_DISPLAY_NAME: 'Localhost' | ||
FEEDBACK_EMAIL_ADDRESS: '[email protected]' | ||
OAUTH_CLIENT_ID: '' | ||
|
||
UI_COMPONENTS: | ||
COURSE_BANNER_ENABLED: false | ||
COURSE_TOP_TAB_BAR_ENABLED: false | ||
COURSE_UNIT_PROGRESS_ENABLED: false | ||
COURSE_NESTED_LIST_ENABLED: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,9 @@ API_HOST_URL: 'http://localhost:8000' | |
ENVIRONMENT_DISPLAY_NAME: 'Localhost' | ||
FEEDBACK_EMAIL_ADDRESS: '[email protected]' | ||
OAUTH_CLIENT_ID: '' | ||
|
||
UI_COMPONENTS: | ||
COURSE_BANNER_ENABLED: false | ||
COURSE_TOP_TAB_BAR_ENABLED: false | ||
COURSE_UNIT_PROGRESS_ENABLED: false | ||
COURSE_NESTED_LIST_ENABLED: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,9 @@ API_HOST_URL: 'http://localhost:8000' | |
ENVIRONMENT_DISPLAY_NAME: 'Localhost' | ||
FEEDBACK_EMAIL_ADDRESS: '[email protected]' | ||
OAUTH_CLIENT_ID: '' | ||
|
||
UI_COMPONENTS: | ||
COURSE_BANNER_ENABLED: false | ||
COURSE_TOP_TAB_BAR_ENABLED: false | ||
COURSE_UNIT_PROGRESS_ENABLED: false | ||
COURSE_NESTED_LIST_ENABLED: false |