Added documentation for before/after-header-row hooks

This commit is contained in:
gusthoff 2017-02-25 15:59:01 +01:00
parent 80132d3ff8
commit e4c1e1bbaf
1 changed files with 2 additions and 0 deletions

View File

@ -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 |