|
@@ -46,9 +46,9 @@ Or if you're using an YML configuration file,
|
|
|
services:
|
|
|
sonata.news.admin.post:
|
|
|
class: Sonata\NewsBundle\Admin\PostAdmin
|
|
|
- tags:
|
|
|
- - { name: sonata.admin, manager_type: orm, group: sonata_blog, label: post }
|
|
|
- arguments: [Sonata\NewsBundle\Entity\Post, SonataNewsBundle:PostAdmin]
|
|
|
+ tags:
|
|
|
+ - { name: sonata.admin, manager_type: orm, group: sonata_blog, label: post }
|
|
|
+ arguments: [Sonata\NewsBundle\Entity\Post, SonataNewsBundle:PostAdmin]
|
|
|
|
|
|
|
|
|
These is the minimal configuration required to display the entity inside the dashboard and
|