summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2017-02-26 09:10:24 -0500
committerGitHub <noreply@github.com>2017-02-26 09:10:24 -0500
commit28b9d6cdf11cad3d70e831ff2abfc824e1cca244 (patch)
tree835749fd36d414d521968e622fb1ac7637d8942d /doc
parent8cd45e8dd24b388d2464f2d05c5acdd28f2855de (diff)
parente4c1e1bbafd125bb88ad930b7c474d412a632a56 (diff)
Merge pull request #3075
Added hooks before and after the column header row
Diffstat (limited to 'doc')
-rw-r--r--doc/en_US/plugin-hooks.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en_US/plugin-hooks.markdown b/doc/en_US/plugin-hooks.markdown
index 23750ff7..dedea934 100644
--- a/doc/en_US/plugin-hooks.markdown
+++ b/doc/en_US/plugin-hooks.markdown
@@ -201,6 +201,8 @@ List of template hooks:
| `template:board:public:task:after-title` | Task in public board: after title |
| `template:board:task:footer` | Task in board: footer |
| `template:board:task:icons` | Task in board: tooltip icon |
+| `template:board:table:column:before-header-row` | Row before board column header |
+| `template:board:table:column:after-header-row` | Row after board column header |
| `template:board:column:dropdown` | Dropdown menu in board columns |
| `template:board:column:header` | Board column header |
| `template:board:tooltip:subtasks:header:before-assignee` | Header of Subtask table on tootip before Assignee |