sonata and single page
问题 i'm newbie of sonata, i have a ContentTestAdmin with entity etc, that can only contains 4 record - record 1 - record 2 - record 3 - record 4 i already disabled create and delete function public function configureRoutes(RouteCollection $collection) { $collection->remove('create')->remove('delete'); } but i need to change link on dashboard and on the left menu: actually i put on my service.yml admin.comuni: class: AppBundle\Admin\ContentTestAdmin arguments: [~, AppBundle\Entity\ContentTest, ~]