Replies: 2 comments 1 reply
-
https://filamentphp.com/docs/3.x/panels/navigation#customizing-navigation-groups |
Beta Was this translation helpful? Give feedback.
1 reply
-
Follow: https://filamentphp.com/docs/3.x/panels/resources/getting-started#grouping-resource-navigation-items-under-other-items |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,
I want to build a Navigation with 3 levels.
Group
-- Navigation Item
---- Child Item
I want to have one place where I give the group an icon. But I think it is not possible, or?
I give only the group an icon .. i get this error:
Navigation item [...] has child items but no icon. Parent items must have an icon to ensure a proper user experience
I give the group and the "Navigation Item" an icon .. i get this error:
Navigation group [...] has an icon but one or more of its items also have icons. Either the group or its items can have icons, but not both. This is to ensure a proper user experience.
The only way to make it work it is to give the icon only to "Navigation Item". But in my case every Navigation Item is a composer package and I don't know which ones are active. So I have to give every Navigation Item the same icon to have an icon for the group.
Is there a better solution?
Regards
Marcus
Beta Was this translation helpful? Give feedback.
All reactions