app.polisplexity.tech/sidebar_menu.json
Ekaropolus 9046deeffa
All checks were successful
continuous-integration/drone/push Build is passing
Refactor: Remove CLI menu loader and finalize admin-based JSON upload flow
2025-05-16 01:26:43 -06:00

18 lines
765 B
JSON

[
{
"type": "group",
"label": "Layouts",
"icon": "ri-layout-3-fill",
"order": 140,
"children": [
{ "type": "link", "label": "Horizontal", "url": "layouts:horizontal", "order": 10 },
{ "type": "link", "label": "Detached", "url": "layouts:detached", "order": 20 },
{ "type": "link", "label": "Full View", "url": "layouts:full", "order": 30 },
{ "type": "link", "label": "Fullscreen View", "url": "layouts:fullscreen", "order": 40 },
{ "type": "link", "label": "Hover Menu", "url": "layouts:hover", "order": 50 },
{ "type": "link", "label": "Compact", "url": "layouts:compact", "order": 60 },
{ "type": "link", "label": "Icon View", "url": "layouts:icon-view", "order": 70 }
]
}
]