You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a problem will arise with the menu toggle button on responsive mode because the toggole button of both menus will have the same attribute data-target=="something"
I guess we should add new option so we can use it like this :
{% embed '@MopaBootstrap/Navbar/navbar.html.twig' with { inverse: true,data-target: "my choise" }%}
.....
The text was updated successfully, but these errors were encountered:
If you really need more than one nav bar on a page which I don't think is a common use case, you can just copy the contents of that template and just add it yourself. Or create your own template and then embed that.
Imagin I want to build a normal navbar like this one :
Now When I try to render a another menu in the same way using the
embed
methodin the same template like this :
a problem will arise with the menu toggle button on responsive mode because the toggole button of both menus will have the same attribute
data-target=="something"
I guess we should add new option so we can use it like this :
The text was updated successfully, but these errors were encountered: