feat:mark wiki as configurable in plugin (#28845)

This commit is contained in:
Tinuade Adeleke
2021-10-01 12:55:50 +01:00
committed by GitHub
parent 872de99acc
commit ae4c0e6c13

View File

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