Symfony2, Sonata : Remove an action from menu generated by a sonata bundle

Brieuc

I need to clean the admin side so it fits to the need of my client.

I'm using NewsBundle from Sonata, i actually don't need to use comments so i'd like to remove it from the admin side. At least from the menu. Is there a way to disable it in the config? I have not find any hints in the doc about this.

Here the specific area where i would like to not see it anymore :

Sonata menu

Sonata menu

By the way, the menu might be generated by KnpMenu

devilcius

To customize the groups shown in the dashsboard and side menu, you need to edit your app/config/config.yml:

sonata_admin: dashboard: ... groups: sonata_blog: label: sonata_content label_catalogue: SonataNewsBundle icon: '<i class="fa fa-th"></i>' items: # - sonata.news.admin.comment - sonata.news.admin.post
sonata.admin.group.classification: label: sonata_classification label_catalogue: SonataClassificationBundle icon: '<i class="fa fa-sitemap"></i>' items: - sonata.classification.admin.category - sonata.classification.admin.tag - sonata.classification.admin.collection ...

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Sonata Media Bundle Override

From Dev

Symfony2 - Sonata adminbundle menu won't show

From Dev

Symfony2 and Sonata Admin Bundle - filter timestamp displayed as date

From Dev

how to override a css of sonata admin bundle in symfony2

From Dev

Remove delete checkbox Sonata Admin Bundle

From Dev

Display the Sonata Admin Bundle inside a view of a Symfony Bundle

From Dev

Sonata admin bundle : unable to remove relation with sonata_type_admin

From Dev

Configure Menu in Sonata Admin Bundle

From Dev

Symfony 2 | Sonata : collection remove numbers

From Dev

sonata admin bundle symfony

From Dev

Sonata admin bundle preview image from some entity in list mapper without sonata media bundle

From Dev

Child Admin route is not being generated - Sonata Admin Bundle

From Dev

Symfony2, Sonata : Collapsed group

From Dev

The show action of Symfony 2 Sonata Admin Bundle is not working

From Dev

CKEditor not showing with Sonata Formatter (Sonata Admin Bundle)

From Dev

How to remove a Symfony service? (Sonata Classification)

From Dev

Symfony Sonata admin - disable menu toggle button

From Dev

Sonata User Bundle + Symfony 3.x

From Dev

disable action in sonata admin bundle CRUD

From Dev

Symfony2 - Sonata adminbundle menu won't show

From Dev

Symfony2 and Sonata Admin Bundle - filter timestamp displayed as date

From Dev

error in sonata media bundle

From Dev

Symfony2 Best Practices Editable text sonata admin bundle

From Dev

Symfony 2 Sonata Media bundle: saving media file image without sonata admin

From Dev

Installing sonata ecommerce bundle

From Dev

Batch actions with Sonata Admin Bundle on Symfony

From Dev

Sonata admin bundle , Symfony2

From Dev

API Post to Sonata Media Bundle Symfony 3

From Dev

Symfony 3 - Sonata Aplication Media Bundle error

Related Related

  1. 1

    Sonata Media Bundle Override

  2. 2

    Symfony2 - Sonata adminbundle menu won't show

  3. 3

    Symfony2 and Sonata Admin Bundle - filter timestamp displayed as date

  4. 4

    how to override a css of sonata admin bundle in symfony2

  5. 5

    Remove delete checkbox Sonata Admin Bundle

  6. 6

    Display the Sonata Admin Bundle inside a view of a Symfony Bundle

  7. 7

    Sonata admin bundle : unable to remove relation with sonata_type_admin

  8. 8

    Configure Menu in Sonata Admin Bundle

  9. 9

    Symfony 2 | Sonata : collection remove numbers

  10. 10

    sonata admin bundle symfony

  11. 11

    Sonata admin bundle preview image from some entity in list mapper without sonata media bundle

  12. 12

    Child Admin route is not being generated - Sonata Admin Bundle

  13. 13

    Symfony2, Sonata : Collapsed group

  14. 14

    The show action of Symfony 2 Sonata Admin Bundle is not working

  15. 15

    CKEditor not showing with Sonata Formatter (Sonata Admin Bundle)

  16. 16

    How to remove a Symfony service? (Sonata Classification)

  17. 17

    Symfony Sonata admin - disable menu toggle button

  18. 18

    Sonata User Bundle + Symfony 3.x

  19. 19

    disable action in sonata admin bundle CRUD

  20. 20

    Symfony2 - Sonata adminbundle menu won't show

  21. 21

    Symfony2 and Sonata Admin Bundle - filter timestamp displayed as date

  22. 22

    error in sonata media bundle

  23. 23

    Symfony2 Best Practices Editable text sonata admin bundle

  24. 24

    Symfony 2 Sonata Media bundle: saving media file image without sonata admin

  25. 25

    Installing sonata ecommerce bundle

  26. 26

    Batch actions with Sonata Admin Bundle on Symfony

  27. 27

    Sonata admin bundle , Symfony2

  28. 28

    API Post to Sonata Media Bundle Symfony 3

  29. 29

    Symfony 3 - Sonata Aplication Media Bundle error

HotTag

Archive