Fixed menu in test data
parent
8d966f862b
commit
7b617bcb30
|
@ -96,12 +96,12 @@
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"title" : "Backpacks",
|
"title" : "Backpacks",
|
||||||
"link" : "backpack",
|
"link" : "/category/backpack",
|
||||||
"order" : 0
|
"order" : 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title" : "Boots",
|
"title" : "Boots",
|
||||||
"link" : "boots",
|
"link" : "/category/boots",
|
||||||
"order" : 1
|
"order" : 1
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue