lms.djangoapps.course_wiki.plugins package#
Subpackages#
- lms.djangoapps.course_wiki.plugins.markdownedx package
- Submodules
- lms.djangoapps.course_wiki.plugins.markdownedx.mdx_mathjax module
- lms.djangoapps.course_wiki.plugins.markdownedx.mdx_video module
- lms.djangoapps.course_wiki.plugins.markdownedx.wiki_plugin module
- Module contents
Submodules#
lms.djangoapps.course_wiki.plugins.course_app module#
Module with the course app configuration for the Wiki.
- class lms.djangoapps.course_wiki.plugins.course_app.WikiCourseApp#
Bases:
CourseAppCourse app for the Wiki.
- documentation_links: Dict = {'learn_more_configuration': 'https://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/latest/course_assets/course_wiki.html'}#
- classmethod get_allowed_operations(course_key: CourseKey, user: User | None = None) Dict[str, bool]#
Returns the operations you can perform on the wiki.