first draft of plugins

This commit is contained in:
2020-05-12 13:42:01 +02:00
parent 86b1a0e9e8
commit 8904d8f8f8
26 changed files with 554 additions and 13 deletions
+20
View File
@@ -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
}
]