Replies: 1 comment
-
|
Use nested menu items. The menu item shape supports a Conceptually: {
"label": "Parent",
"children": [
{ "label": "Child", "url": "/child" }
]
}If the admin UI you are using does not expose nested menu editing, use the API/config path that creates the menu item data directly. The underlying menu model is nested; the limitation would be in the editing surface, not in the menu renderer. |
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.
-
I have read the documentation here:
https://docs.emdashcms.com/guides/menus/#rendering-nested-menus
However, I saw that the example includes a submenu, and I’m not sure how to create one in the admin panel. Is there a way to create or drag a submenu inside a menu item in admin panel?
Thank you for your help, and have a wonderful day!
Beta Was this translation helpful? Give feedback.
All reactions