feat:mark wiki as configurable in plugin (#28845)
This commit is contained in:
@@ -63,6 +63,5 @@ class WikiCourseApp(CourseApp):
|
||||
return {
|
||||
# The wiki cannot be enabled/disabled via the API yet.
|
||||
"enable": False,
|
||||
# There is nothing to configure for Wiki yet.
|
||||
"configure": False,
|
||||
"configure": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user