expressCart/config/menu.json

14 lines
236 B
JSON
Raw Normal View History

2018-01-07 04:55:48 +10:00
{
"items": [
{
"title": "Backpacks",
"link": "backpack",
"order": 0
},
{
"title": "Boots",
"link": "boots",
"order": 1
}
]
}