comty/packages/app/constants/routes.json
2022-09-03 04:53:19 +02:00

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"
]
}
]