Skip to content
Snippets Groups Projects
Commit 168b2bd5 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Adjusted settings.php due to upstream changes in theme Boost settings.

parent 26fb5d53
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2020-09-30 - Adjusted settings.php due to upstream changes in theme Boost settings.
* 2020-09-28 - Added setting to be able to enable the initial Boost Campus back to top button instead of the new Boost Go to top button. * 2020-09-28 - Added setting to be able to enable the initial Boost Campus back to top button instead of the new Boost Go to top button.
* 2020-09-25 - Fixed Bug that content bank view page cog icon showed course context menu entries. * 2020-09-25 - Fixed Bug that content bank view page cog icon showed course context menu entries.
NOTE: This is just a kind of hacky interim solution until MDL-69793 is done. NOTE: This is just a kind of hacky interim solution until MDL-69793 is done.
......
...@@ -60,7 +60,7 @@ if ($ADMIN->fulltree) { ...@@ -60,7 +60,7 @@ if ($ADMIN->fulltree) {
$choices['default.scss'] = 'default.scss'; $choices['default.scss'] = 'default.scss';
$choices['plain.scss'] = 'plain.scss'; $choices['plain.scss'] = 'plain.scss';
$setting = new admin_setting_configselect($name, $title, $description, $default, $choices); $setting = new admin_setting_configthemepreset($name, $title, $description, $default, $choices, 'boost_campus');
$setting->set_updatedcallback('theme_reset_all_caches'); $setting->set_updatedcallback('theme_reset_all_caches');
$page->add($setting); $page->add($setting);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment