first draft of plugins
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user