diff options
author | stinnux <me@stinnux.de> | 2016-08-16 09:12:50 +0200 |
---|---|---|
committer | stinnux <me@stinnux.de> | 2016-08-16 09:12:50 +0200 |
commit | 72e46401ffe53627e32a58d03993f7efbb44afff (patch) | |
tree | 60206d7bef92855af2d2af64758b5f32c9f01c42 /doc | |
parent | 5f82a942c0011bf91947b2c1d627c0907bda0c92 (diff) |
Added template hooks for menu on project list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugin-hooks.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index 444b76db..6dbbe387 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -218,6 +218,8 @@ List of template hooks: | `template:project:integrations` | Integration page in projects settings | | `template:project:sidebar` | Sidebar in project settings | | `template:project-user:sidebar` | Sidebar on project user overview page | +| `template:projectlist:menubefore` | Projectlist: before menu entries | +| `template:projectlist:menuafter` | Projectlist: after menu entries | | `template:task:layout:top` | Task layout top (after page header) | | `template:task:details:top` | Task summary top | | `template:task:details:bottom` | Task summary bottom | |