Added new template hook for application settings page

This commit is contained in:
Frederic Guillot
2016-02-28 22:00:54 -05:00
parent 1404bb5507
commit fafc272085
3 changed files with 5 additions and 2 deletions

View File

@@ -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 |