Hide chrome and default_tab from advanced settings
It doesn't make sense to list these LMS block attributes in course-level advanced settings. Doing so is confusing to course teams.
This commit is contained in:
@@ -50,7 +50,9 @@ class CourseMetadata(object):
|
||||
'is_time_limited',
|
||||
'is_practice_exam',
|
||||
'exam_review_rules',
|
||||
'self_paced'
|
||||
'self_paced',
|
||||
'chrome',
|
||||
'default_tab',
|
||||
]
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user