summaryrefslogtreecommitdiff
path: root/doc/plugin-hooks.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-24 18:15:31 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-24 18:15:31 -0400
commit3e1a48113cc9a48fd737eece23e3beb3c6c84c20 (patch)
tree60ea5db8d4091f02c4b6102ce6e8f1789581a641 /doc/plugin-hooks.markdown
parentb6e92cb64a5ba6c8eb5222a7732fba50e6079622 (diff)
Update list of hooks
Diffstat (limited to 'doc/plugin-hooks.markdown')
-rw-r--r--doc/plugin-hooks.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown
index a21157e5..1f90bdbc 100644
--- a/doc/plugin-hooks.markdown
+++ b/doc/plugin-hooks.markdown
@@ -182,8 +182,9 @@ List of template hooks:
| `template:task:dropdown` | Task dropdown menu in listing pages |
| `template:task:sidebar:actions` | Sidebar on task page (section actions) |
| `template:task:sidebar:information` | Sidebar on task page (section information) |
-| `template:task:form:left-column` | Left column in task form |
-| `template:task:form:right-column` | Right column in task form |
+| `template:task:form:first-column` | 1st column in task form |
+| `template:task:form:second-column` | 2nd column in task form |
+| `template:task:form:third-column` | 3nd column in task form |
| `template:task:show:top ` | Show task page: top |
| `template:task:show:bottom` | Show task page: bottom |
| `template:task:show:before-description` | Show task page: before description |