mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-28 18:44:50 +00:00
Document reports submenu hooks
This commit is contained in:
parent
99cb3154cc
commit
7421590dc7
1 changed files with 16 additions and 0 deletions
|
|
@ -224,6 +224,22 @@ Hooks for building new areas of the admin interface (alongside pages, images, do
|
|||
As ``construct_main_menu``, but modifies the 'Settings' sub-menu rather than the top-level menu.
|
||||
|
||||
|
||||
.. _register_reports_menu_item:
|
||||
|
||||
``register_reports_menu_item``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
As ``register_admin_menu_item``, but registers menu items into the 'Reports' sub-menu rather than the top-level menu.
|
||||
|
||||
|
||||
.. _construct_reports_menu:
|
||||
|
||||
``construct_reports_menu``
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
As ``construct_main_menu``, but modifies the 'Reports' sub-menu rather than the top-level menu.
|
||||
|
||||
|
||||
.. _register_admin_search_area:
|
||||
|
||||
``register_admin_search_area``
|
||||
|
|
|
|||
Loading…
Reference in a new issue