20 lines
391 B
JSON
20 lines
391 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"id": "1",
|
||
|
|
"parentId": null,
|
||
|
|
"sort": 0,
|
||
|
|
"name": "Home",
|
||
|
|
"description": "Entry point on the website",
|
||
|
|
"icon": "fth-home",
|
||
|
|
"hasChildren": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"id": "recyclebin",
|
||
|
|
"parentId": null,
|
||
|
|
"sort": 1000,
|
||
|
|
"name": "@page.recyclebin.name",
|
||
|
|
"description": "@page.recyclebin.description",
|
||
|
|
"icon": "fth-trash",
|
||
|
|
"hasChildren": false
|
||
|
|
}
|
||
|
|
]
|