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
+46
View File
@@ -0,0 +1,46 @@
[
{
"id": "10",
"parentId": "1",
"sort": 0,
"name": "Products",
"icon": "fth-folder",
"hasChildren": false
},
{
"id": "11",
"parentId": "1",
"sort": 1,
"name": "Checkout",
"icon": "fth-folder",
"hasChildren": false
},
{
"id": "12",
"parentId": "1",
"sort": 2,
"name": "About us",
"icon": "fth-folder",
"modifier": {
"name": "Redirect",
"icon": "fth-arrow-up-right"
},
"hasChildren": false
},
{
"id": "13",
"parentId": "1",
"sort": 3,
"name": "Support",
"icon": "fth-folder",
"hasChildren": true
},
{
"id": "14",
"parentId": "1",
"sort": 4,
"name": "News",
"icon": "fth-folder",
"hasChildren": false
}
]