diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-18 18:13:54 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-18 18:13:54 -0400 |
commit | 43cffe282868ff5c32804c34b31baaa1317f5a8e (patch) | |
tree | 36f4514e54c28a3e6e7b3b90683b5bed14c49c4a /doc/plugin-hooks.markdown | |
parent | 2f3563714b4f293516af46a23779cb24327be363 (diff) |
Remove useless class and add new plugin hooks
Diffstat (limited to 'doc/plugin-hooks.markdown')
-rw-r--r-- | doc/plugin-hooks.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugin-hooks.markdown b/doc/plugin-hooks.markdown index 95d1a55f..eab2fa15 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -131,6 +131,8 @@ Template name without prefix are core templates. List of template hooks: +- `template:auth:login-form:before` +- `template:auth:login-form:after` - `template:dashboard:sidebar` - `template:config:sidebar` - `template:config:integrations` |