Files
edx-platform/openedx/core/lib/xblock_builtin
Kshitij Sobti c8bd924e23 feat: Add support for using the discussions MFE UI instead of existing UI [BD-38] [TNL-9228] (#29285)
* feat: Add support for using the discussions MFE UI instead of existing UI

Adds a new course waffle flag that when set along with the discussions MFE URL shows the discussions MFE UI instead of the regular UI.

* test: add tests

* squash!: more consistent url name
2021-11-23 14:56:25 +05:00
..
2019-12-30 12:25:38 -05:00

Open edX: Built-in XBlocks
--------------------------

This area is meant for exceptional and hopefully temporary cases where an
XBlock is integral to the functionality of the Open edX platform.

This is not a pattern we wish for normal XBlocks to follow; they should live in
their own repo.

Discussion XBlock
=================

This XBlock was converted from an XModule, and will hopefully be pulled out of
edx-platform into its own repo at some point.  From discussions, it's not too
difficult to move the server-side code , but the client-side code is used by
the discussion board tab and the team discussion, so for now, must remain in
edx-platform.