summaryrefslogtreecommitdiff
path: root/doc/en_US
diff options
context:
space:
mode:
authorgusthoff <gusthoff@gusthoff.com>2017-02-25 15:59:01 +0100
committergusthoff <gusthoff@gusthoff.com>2017-02-25 15:59:01 +0100
commite4c1e1bbafd125bb88ad930b7c474d412a632a56 (patch)
tree835749fd36d414d521968e622fb1ac7637d8942d /doc/en_US
parent80132d3ff868221dff4a2729ff78482545cb9ab2 (diff)
Added documentation for before/after-header-row hooks
Diffstat (limited to 'doc/en_US')
-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 |