Browse Source

define tree of categories in one json file

fossil
parent
commit
944d90533c
  1. 19
      index.json

19
index.json

@ -2,12 +2,19 @@
"type": "index",
"subCategories": [
{
"id": "gastro",
"name:en": "Gastronomy"
},
{
"id": "shop",
"name:en": "Shopping"
"id": "leisure",
"type": "index",
"name:en": "Leisure, Sport and Shopping",
"subCategories": [
{
"id": "gastro",
"name:en": "Gastronomy"
},
{
"id": "shop",
"name:en": "Shopping"
}
]
},
{
"id": "trees",

Loading…
Cancel
Save