Git Product home page Git Product logo

Comments (5)

avanzu avatar avanzu commented on July 29, 2024

This should be doable, i guess.

You will need to:

  • create your own MenuItem Class which implements the MenuItemInterface (or simply extend the existing MenuItemModel) in order to hold the additional attributes.
  • Use your custom menu items for the corresponding events (e.g. SidebarMenuEvent)
  • Either override the menu_item macro in AvanzuAdminThemeBundle:layout:macros.html.twig to actually use the attributes provided by the custom menu item class.
  • Or override the AvanzuAdminThemeBundle:Sidebar:menu.html.twig and build the menu differently.

from adminthemebundle.

aftabnaveed avatar aftabnaveed commented on July 29, 2024

Thanks @avanzu for the feedback and such a wonderful Bundle, I did it exactly the same way in my MenuItemModel and added an extra property attributes and relevant getters & setters. I also overrode the macros.html.twig in my custom Bundle, but I thought there would be a simpler way of doing that.

Now I have to copy over entire macros.html.twig whenever it gets updated in future, and that's why I was avoiding to override it, but I appreciate your answer.

from adminthemebundle.

hounded avatar hounded commented on July 29, 2024

did this ever get done i'm getting the following message in my unit tests

Calling "attributes" on template "AvanzuAdminThemeBundle:Partials:_menu.html.twig" from template "AvanzuAdminThemeBundle:Partials:_menu.html.twig" is deprecated since version 1.28 and won't be supported anymore in 2.0: 8x
    8x in DefaultControllerTest::testLogin from Tests\AppBundle\Controller

from adminthemebundle.

hounded avatar hounded commented on July 29, 2024

Submitted pull #152 request to fix
Calling "attributes" on template "AvanzuAdminThemeBundle:Partials:_menu.html.twig" from template "AvanzuAdminThemeBundle:Partials:_menu.html.twig" is deprecated since version 1.28 and won't be supported anymore in 2.0

As detailed in KnpLabs/KnpMenu#250

from adminthemebundle.

shakaran avatar shakaran commented on July 29, 2024

@hounded closing this issue since #152 has been merged

from adminthemebundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.