diff options
Diffstat (limited to 'doc/en_US/plugin-hooks.markdown')
-rw-r--r-- | doc/en_US/plugin-hooks.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en_US/plugin-hooks.markdown b/doc/en_US/plugin-hooks.markdown index ec971bfa..c01da61b 100644 --- a/doc/en_US/plugin-hooks.markdown +++ b/doc/en_US/plugin-hooks.markdown @@ -212,6 +212,7 @@ List of template hooks: | `template:config:email` | Email settings page | | `template:config:integrations` | Integration page in global settings | | `template:dashboard:show` | Main page of the dashboard | +| `template:dashboard:page-header:menu` | Dashboard submenu | | `template:header:dropdown` | Page header dropdown menu (user avatar icon) | | `template:header:creation-dropdown` | Page header dropdown menu (plus icon) | | `template:layout:head` | Page layout `<head/>` tag | @@ -226,6 +227,7 @@ List of template hooks: | `template:project-list:menu:before` | Project list: before menu entries | | `template:project-list:menu:after` | Project list: after menu entries | | `template:project-overview:before-description` | Project overview: before description | +| `template:project-header:view-switcher` | Project view switcher | | `template:task:layout:top` | Task layout top (after page header) | | `template:task:details:top` | Task summary top | | `template:task:details:bottom` | Task summary bottom | |