Customising the menu_items blade file? #994
Replies: 1 comment 1 reply
-
Hey @fronbow Can you explain with graphics/screenshots? This will help me to understand the exact need! So far, what I understood is
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
Is there any way of customising the
menu_items.blade.php
file?I've already utilised the
@can
permissions for displaying purposes but I want to serve a different menu for a specific page?Currently my theme is using a modified tabler with the vertical layout (vertical sidebar menu) but I have a page I want to serve that needs the menu to be at the top of the page layout with a subset of the existing menu? (It's to be displayed on a touch screen display, so screen real estate is crucial).
It would be nice if there was a way of having the
menu_items.blade.php
be a stub for pulling in other menus depending on scenario but that could be a possible feature request?!Any help would be much appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions