overhangio / tutor-mfe

This plugin makes it possible to easily add micro frontend (MFE) applications on top of an Open edX platform that runs with Tutor.
GNU Affero General Public License v3.0
22 stars 95 forks source link

feat: easier lms settings overrides #124

Closed regisb closed 1 year ago

regisb commented 1 year ago

It used to be tricky to override MFE settings: patches needed to be applied with a low priority to override the MFE_CONFIG setting. Now, it's easier to apply changes using new patches, which are documented in the README.

Close #117