index/src/shared/shell.json

22 lines
395 B
JSON

{
"component": "shell",
"title": "Index",
"link": "/",
"layout": "boxed",
"sidebar": true,
"theme": "dark",
"css": "/style.css",
"menu_item": [
{ "icon": "home", "link": "/", "title": "Home" },
{
"link": "/logic_groups/index.sql",
"title": "Logic Groups",
"icon": "folder"
},
{
"link": "/sources/index.sql",
"title": "Sources",
"icon": "external-link"
}
]
}