diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-11-21 17:27:29 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-11-21 17:27:29 -0500 |
commit | 9deeaa4ef1e74531f5f7d99c5de423303ddda7ed (patch) | |
tree | 9b5d36f3ebbf1571239e966402c89e1f10459867 /doc/plugin-hooks.markdown | |
parent | 4594325726b45b8b538364100cea1d4e72a90bcb (diff) |
Add new hooks for plugins
Diffstat (limited to 'doc/plugin-hooks.markdown')
-rw-r--r-- | doc/plugin-hooks.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index eab2fa15..49323067 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -142,7 +142,9 @@ List of template hooks: - `template:layout:head` - `template:layout:top` - `template:layout:bottom` -- `template:project:dropdown` +- `template:project:dropdown`: "Actions" menu on left in different project views +- `template:project:header:before` +- `template:project:header:after` - `template:project-user:sidebar` - `template:task:sidebar:information` - `template:task:sidebar:actions` |