Add new course_module field which describes what the catalog visibility should be (both, about, none)
This commit is contained in:
@@ -350,6 +350,8 @@ MICROSITE_CONFIGURATION = {
|
||||
"course_index_overlay_logo_file": "test_microsite/images/header-logo.png",
|
||||
"homepage_overlay_html": "<h1>This is a Test Microsite Overlay HTML</h1>",
|
||||
"ALWAYS_REDIRECT_HOMEPAGE_TO_DASHBOARD_FOR_AUTHENTICATED_USER": False,
|
||||
"COURSE_CATALOG_VISIBILITY_PERMISSION": "see_in_catalog",
|
||||
"COURSE_ABOUT_VISIBILITY_PERMISSION": "see_about_page",
|
||||
},
|
||||
"default": {
|
||||
"university": "default_university",
|
||||
|
||||
Reference in New Issue
Block a user