Add new course_module field which describes what the catalog visibility should be (both, about, none)

This commit is contained in:
Chris Dodge
2014-11-04 19:15:46 -05:00
parent 01c029aa9f
commit 3c36f7cbad
10 changed files with 379 additions and 24 deletions

View File

@@ -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",