diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-11-23 15:18:47 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-11-23 15:18:47 -0800 |
commit | d1e3255800fb114b0665f80c02cbd6d6e78e8333 (patch) | |
tree | 1d158e5edbdd1c493dfd8cbdfb9a462a491e37ca /doc/en_US/plugin-hooks.markdown | |
parent | 20c8ae1047fb9450c29db2ea1d337443c05a8171 (diff) |
Add new template hook: template:user:show:profile:info
Diffstat (limited to 'doc/en_US/plugin-hooks.markdown')
-rw-r--r-- | doc/en_US/plugin-hooks.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en_US/plugin-hooks.markdown b/doc/en_US/plugin-hooks.markdown index c01da61b..bd32166b 100644 --- a/doc/en_US/plugin-hooks.markdown +++ b/doc/en_US/plugin-hooks.markdown @@ -259,6 +259,7 @@ List of template hooks: | `template:user:integrations` | Integration page in user profile | | `template:user:sidebar:actions` | Sidebar in user profile (section actions) | | `template:user:sidebar:information` | Sidebar in user profile (section information) | +| `template:user:show:profile:info` | User profile information | Another template hooks can be added if necessary, just ask on the issue tracker. |