diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-01 20:21:26 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-01 20:21:26 -0400 |
commit | ca87b1b60f9b4b49c80920e5009d6fbe4e3fb514 (patch) | |
tree | 7e70d2dd7e9466571146a47229965fcb043dff82 /doc/plugin-hooks.markdown | |
parent | b0a31b168f41cf4b4e88b018747916992d9e5830 (diff) |
Update documentation
Diffstat (limited to 'doc/plugin-hooks.markdown')
-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 f6760f96..71ae90c3 100644 --- a/doc/plugin-hooks.markdown +++ b/doc/plugin-hooks.markdown @@ -160,6 +160,7 @@ List of template hooks: | `template:config:integrations` | Integration page in global settings | | `template:dashboard:sidebar` | Sidebar on dashboard page | | `template:export:sidebar` | Sidebar on export pages | +| `template:import:sidebar` | Sidebar on import pages | | `template:layout:head` | Page layout `<head/>` tag | | `template:layout:top` | Page layout top header | | `template:layout:bottom` | Page layout footer | |