object.bg/menubundle

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (1.0.5) of this package.

This bundle provides MenuProvider and edit them thru Sonata Admin

Installs: 1 051

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.5 2017-01-25 15:15 UTC

This package is auto-updated.

Last update: 2021-06-19 07:35:07 UTC


README

This bundle use Gedmo Tree Bundle (for nesting menus), Sonata Admin to edit them, ObjectBGTranslationBundle to translate them and KeyValueFormBundle to add different attributes to links from admin panel.

https://github.com/Burgov/KeyValueFormBundle#working-with-sonataadminbundle

Usage:

{{ knp_menu_render('social_links') }}

Where 'social_links' is the key property of MenuNode object. This will render all children of social_links record of database.