-
Improvement
-
Resolution: Fixed
-
Minor
-
3.8.2
-
-
MOODLE_38_STABLE
-
MOODLE_39_STABLE
-
Moodle App 3.9.0
In some sites, there are some custom blocks that are copies of existing blocks with a few minor changes.
Supporting those custom blocks on mobile could be a lot of work for the developers, so in some scenarios they'd prefer just to specify a fallback to use.
For example, the block_course_ovewview_lite could use as fallback the core block_myoverview block for the mobile app
For doing that, they'd just need to create the db/mobile.php file and indicate there the fallback they want to use.