mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
[
|
|
{
|
|
"id": "login",
|
|
"path": "/login",
|
|
"title": "Login",
|
|
"icon": "Login",
|
|
"useLayout": "login"
|
|
},
|
|
{
|
|
"id": "home",
|
|
"path": "/home",
|
|
"title": "Home",
|
|
"icon": "Home",
|
|
"reachable": true
|
|
},
|
|
{
|
|
"id": "saved",
|
|
"path": "/saved",
|
|
"title": "Saved",
|
|
"icon": "Archive",
|
|
"reachable": true
|
|
},
|
|
{
|
|
"id": "marketplace",
|
|
"path": "/marketplace",
|
|
"title": "Marketplace",
|
|
"icon": "Package",
|
|
"reachable": true
|
|
},
|
|
{
|
|
"id": "streams",
|
|
"path": "/streams",
|
|
"title": "Streams",
|
|
"icon": "Tv",
|
|
"reachable": true
|
|
},
|
|
{
|
|
"id": "streaming_control",
|
|
"path": "/streaming_control",
|
|
"title": "Streaming Control",
|
|
"icon": "Video"
|
|
},
|
|
{
|
|
"id": "administration",
|
|
"path": "/administration",
|
|
"title": "Administration",
|
|
"icon": "MdOutlineAdminPanelSettings",
|
|
"webTitleAddition": "Administration Mode",
|
|
"requiredRoles": [
|
|
"admin"
|
|
]
|
|
}
|
|
] |