base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
39
liquid/data/menu-sample.json
Normal file
39
liquid/data/menu-sample.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"first": {
|
||||
"url": "#",
|
||||
"icon": "star",
|
||||
"title": "First",
|
||||
"active": true
|
||||
},
|
||||
"second": {
|
||||
"url": "#",
|
||||
"icon": "star",
|
||||
"badge": 2,
|
||||
"title": "Second"
|
||||
},
|
||||
"third": {
|
||||
"url": "#",
|
||||
"icon": "star",
|
||||
"title": "Third",
|
||||
"children": {
|
||||
"first": {
|
||||
"url": "#",
|
||||
"title": "First"
|
||||
},
|
||||
"second": {
|
||||
"url": "#",
|
||||
"title": "Second"
|
||||
},
|
||||
"third": {
|
||||
"url": "#",
|
||||
"title": "Third"
|
||||
}
|
||||
}
|
||||
},
|
||||
"disabled": {
|
||||
"url": "#",
|
||||
"icon": "star",
|
||||
"disabled": true,
|
||||
"title": "Disabled"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue