Skip to content

Commit

Permalink
Update parameters.yml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
BabarMajes committed Jun 30, 2015
1 parent 1a5383c commit 3b31d9e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ parameters:
admin:
label: Admin
icon: icon-cogs
role: ROLE_SUPERADMIN
role: ROLE_ADMIN
submenu:
users:
label: Users
Expand All @@ -105,15 +105,19 @@ parameters:
host:
label: Domains
route: _admin_domains
role: ROLE_SUPERADMIN
role: ROLE_ADMIN
redirect:
label: Redirections
route: _admin_redirects
role: ROLE_ADMIN
language:
label: Languages
route: _admin_languages
role: ROLE_SUPERADMIN
language_messages:
label: 'Static Translations'
route: _admin_language_messages
role: ROLE_SUPERADMIN
role: ROLE_ADMIN
roles:
label: Roles
route: _admin_roles
Expand Down

0 comments on commit 3b31d9e

Please sign in to comment.