Files
mixtape/zero.Web/Resources/tree.debug.json
T

20 lines
391 B
JSON
Raw Normal View History

2020-04-06 15:53:32 +02:00
[
{
"id": "1",
"parentId": null,
"sort": 0,
"name": "Home",
"description": "Entry point on the website",
"icon": "fth-home",
"hasChildren": true
},
{
2020-04-12 00:55:43 +02:00
"id": "recyclebin",
2020-04-06 15:53:32 +02:00
"parentId": null,
"sort": 1000,
2020-04-14 20:16:04 +02:00
"name": "@page.recyclebin.name",
"description": "@page.recyclebin.description",
2020-04-06 15:53:32 +02:00
"icon": "fth-trash",
"hasChildren": false
}
]