mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-73274 theme_boost: add block/activity styling
This commit is contained in:
parent
508fe3937e
commit
a8b6912e44
14 changed files with 63 additions and 86 deletions
|
@ -45,7 +45,8 @@
|
|||
"navdraweropen": false,
|
||||
"blockdraweropen": true,
|
||||
"regionmainsettingsmenu": "",
|
||||
"hasregionmainsettingsmenu": false
|
||||
"hasregionmainsettingsmenu": false,
|
||||
"addblockbutton": ""
|
||||
}
|
||||
}}
|
||||
{{> theme_boost/head }}
|
||||
|
@ -75,6 +76,7 @@
|
|||
{{$drawerclasses}}drawer drawer-right{{#blockdraweropen}} show{{/blockdraweropen}}{{/drawerclasses}}
|
||||
{{$drawercontent}}
|
||||
<section class="d-print-none" aria-label="{{#str}}blocks{{/str}}">
|
||||
{{{ addblockbutton }}}
|
||||
{{{ sidepreblocks }}}
|
||||
</section>
|
||||
{{/drawercontent}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue