auto open tree when an item is active

This commit is contained in:
2020-05-20 11:19:43 +02:00
parent 0072f766e8
commit f2c8e8af05
9 changed files with 189 additions and 82 deletions
-46
View File
@@ -1,46 +0,0 @@
[
{
"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
}
]
-20
View File
@@ -1,20 +0,0 @@
[
{
"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
}
]