mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-16 13:01:01 +00:00
better heading
This commit is contained in:
parent
42f96668ee
commit
bb7076f978
1 changed files with 2 additions and 2 deletions
|
|
@ -295,8 +295,8 @@ Wagtail organises panels into three tabs: 'Content', 'Promote' and 'Settings'. D
|
|||
ObjectList(BlogPage.settings_panels, heading='Settings', classname="settings"),
|
||||
])
|
||||
|
||||
The ``construct_wagtail_edit_bird`` has changed
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
``construct_wagtail_edit_bird`` hook has been renamed
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Previously you could customize the Wagtail userbar using the ``construct_wagtail_edit_bird`` hook.
|
||||
The hook has been renamed to ``construct_wagtail_userbar``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue