MDL-72450 theme_boost: Set config 'usecourseindex' to true in boost

This commit is contained in:
Mihail Geshoski 2021-09-07 13:20:35 +08:00
parent 3372adddb3
commit 448960fe22
2 changed files with 2 additions and 1 deletions

View File

@ -158,3 +158,4 @@ $THEME->requiredblocks = '';
$THEME->addblockposition = BLOCK_ADDBLOCK_POSITION_FLATNAV;
$THEME->iconsystem = \core\output\icon_system::FONTAWESOME;
$THEME->haseditswitch = true;
$THEME->usescourseindex = true;

View File

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2021052505;
$plugin->version = 2021052506;
$plugin->requires = 2021052500;
$plugin->component = 'theme_boost';