mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
update routes
This commit is contained in:
parent
eab2c8d91f
commit
7f144e8053
@ -1,27 +1,53 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"id": "login",
|
||||||
|
"path": "/login",
|
||||||
|
"title": "Login",
|
||||||
|
"icon": "Login",
|
||||||
|
"useLayout": "login"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "home",
|
"id": "home",
|
||||||
|
"path": "/home",
|
||||||
"title": "Home",
|
"title": "Home",
|
||||||
"icon": "Home"
|
"icon": "Home",
|
||||||
|
"reachable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "saved",
|
"id": "saved",
|
||||||
|
"path": "/saved",
|
||||||
"title": "Saved",
|
"title": "Saved",
|
||||||
"icon": "Archive"
|
"icon": "Archive",
|
||||||
|
"reachable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "marketplace",
|
"id": "marketplace",
|
||||||
|
"path": "/marketplace",
|
||||||
"title": "Marketplace",
|
"title": "Marketplace",
|
||||||
"icon": "Package"
|
"icon": "Package",
|
||||||
|
"reachable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "streams",
|
"id": "streams",
|
||||||
|
"path": "/streams",
|
||||||
"title": "Streams",
|
"title": "Streams",
|
||||||
"icon": "Tv"
|
"icon": "Tv",
|
||||||
|
"reachable": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "streaming_control",
|
"id": "streaming_control",
|
||||||
|
"path": "/streaming_control",
|
||||||
"title": "Streaming Control",
|
"title": "Streaming Control",
|
||||||
"icon": "Video"
|
"icon": "Video"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "administration",
|
||||||
|
"path": "/administration",
|
||||||
|
"title": "Administration",
|
||||||
|
"icon": "MdOutlineAdminPanelSettings",
|
||||||
|
"webTitleAddition": "Administration Mode",
|
||||||
|
"requiredRoles": [
|
||||||
|
"admin"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user