mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-04 02:34:52 +00:00
11 lines
383 B
JSON
11 lines
383 B
JSON
{
|
|
"menu_item": [
|
|
{ "desc": "without icon", "label": "Home", "path": "/", "icon": null },
|
|
{ "desc": "with icon", "label": "Settings", "path": "/settings", "icon": "gear" }
|
|
],
|
|
"menu_group": [
|
|
{ "desc": "empty group", "label": "Admin", "children": null, "icon": null },
|
|
{ "desc": "empty children array", "label": "Settings", "children": [], "icon": "gear" }
|
|
]
|
|
}
|