better heading

This commit is contained in:
Matt Westcott 2015-04-09 14:13:11 +01:00
parent 42f96668ee
commit bb7076f978

View file

@ -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``.