auto open tree when an item is active
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user