diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-28 22:00:54 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-28 22:00:54 -0500 |
commit | fafc272085be0d62acb693b47ae9c86dc1c7a417 (patch) | |
tree | 2f645997ea0333dd75800d19351f219db0e7a6bb /doc | |
parent | 1404bb5507353ff098dbae42a93714cb7f016319 (diff) |
Added new template hook for application settings page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugin-hooks.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index 3dcb5b1f..83488cd1 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -159,6 +159,7 @@ List of template hooks: | `template:auth:login-form:before` | Login page (top) | | `template:auth:login-form:after` | Login page (bottom) | | `template:config:sidebar` | Sidebar on settings page | +| `template:config:application ` | Application settings form | | `template:config:integrations` | Integration page in global settings | | `template:dashboard:sidebar` | Sidebar on dashboard page | | `template:export:sidebar` | Sidebar on export pages | |