app/config/menu.yml: add admin link
This commit is contained in:
parent
89e096c4fd
commit
3c17346e46
1 changed files with 7 additions and 0 deletions
|
|
@ -25,3 +25,10 @@ menu:
|
|||
route: about-route
|
||||
controller: index
|
||||
action: about
|
||||
admin:
|
||||
caption: Admin
|
||||
resource: backend/user
|
||||
controller: user
|
||||
action: index
|
||||
route: backend-home
|
||||
|
||||
|
|
|
|||
Reference in a new issue