So.
acme.admin.group.content
and
acme.admin.group.blog
are only names for your group (u can named it whatever you want but must be 
uniqu)
label: title of this group
label_catalogue: from which bundle it will take transletion
about items and item_adds I doesn't find any difference but they add items 
to your group (somoen smarter shoul correcte me if i'm wrong)
for example
i have AppBundle/Admin/DefaultController.php
so item should be named: 
app.admin.default

about roles
you can add for example:
roles: [ ROLE_SUPER_ADMIN ]
roles: [ ROLE_ADMIN ]
roles: [ ROLE_USER ]

if u set role to ROLE_USER
for this group will have access user, admin and super admin
when you set to ROLE_ADMIN now only admin and super admin will have access
same way with a ROLE_SUPER_ADMIN
ofc u can use it with any role that is available

-- 
You received this message because you are subscribed to the Google Groups 
"sonata-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sonata-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to