mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-56586 blocks: allow theme to manage "Add a block" select
This commit is contained in:
parent
692c1bf345
commit
b11916d3e7
8 changed files with 140 additions and 18 deletions
|
@ -57,6 +57,8 @@ information provided here is intended especially for theme designer.
|
|||
* CLI svgtool.php has moved from theme/base/cli to admin/cli and paths should be relative to the new location.
|
||||
* mod_chat will now display the 'course theme' option for all themes (previously it was only displayed on
|
||||
bootstrap2 based themes).
|
||||
* Theme can choose how to display "Add a block" control in $THEME->addblockposition, default value is
|
||||
BLOCK_ADDBLOCK_POSITION_DEFAULT that displays it as a fake block in editing mode.
|
||||
|
||||
=== 3.1 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue