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 itmes and item_adds I doesn;t find any difference but they add items to your group for example i have AppBundle there i have Admin folder and in here i have DefaultController.php co item should be named: app.admin.default
about roles all what you need is roles: you can add here for example: roles: [ ROLE_SUPER_ADMIN ] roles: [ ROLE_ADMIN ] roles: [ ROLE_USER ] if u set role to 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 super admin -- 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.
