diff options
author | Imbasaur <yarrusg@gmail.com> | 2016-04-16 03:27:06 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2016-04-15 21:27:06 -0400 |
commit | bd64a2081ad1a5c953e38c746a9b5d4eecba088b (patch) | |
tree | 48832fe91454e25d769815a0097a153007824ca6 /doc | |
parent | 49a013405ef64249e8ee34e035183c9fc64ab493 (diff) |
Task summary columns hooks (PR #2126)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugin-hooks.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index a00aba16..15e98043 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -169,6 +169,10 @@ 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:task:details:first-column` | Task summary first column | +| `template:task:details:second-column` | Task summary second column | +| `template:task:details:third-column` | Task summary third column | +| `template:task:details:fourth-column` | Task summary fourth column | | `template:task:dropdown` | Task dropdown menu in listing pages | | `template:task:sidebar` | Sidebar on task page | | `template:task:form:left-column` | Left column in task form | |