I\'m working on a web project using Symfony2 , and i used Sonata Admin for the admin Panel , every thing works fine but what i want to do is ,on the dashboard menus of sonat
i found the solution for this i need just to define the groups on the config.yml Like this
dashboard: groups: Content: label: Content items: - sonata.admin.pages - sonata.admin.menus roles: [ ROLE_ADMIN_CONTENT, ROLE_SUPER_ADMIN ]