eduNEXT / tutor-contrib-edunext-distro

A tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use and a ready-to-deploy in local or in development openedx distribution.
2 stars 1 forks source link

feat(DS-263): add an option to disable default MFE #31

Closed dcoa closed 1 year ago

dcoa commented 1 year ago

Add an option to disable the default MFE

Description

This PR creates a variable DISTRO_DISABLE_MFE to add waffle flags and use the frontend legacy (courseware).

By default DISTRO_DISABLE_MFE is false.

How to test

if you configure DISTRO_DISABLE_MFE: false and re-run stack strain <local | dev> init the flags have to be removed.