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", "type": "index",
"subCategories": [ "subCategories": [
{ {
"id": "gastro", "id": "leisure",
"name:en": "Gastronomy" "type": "index",
}, "name:en": "Leisure, Sport and Shopping",
{ "subCategories": [
"id": "shop", {
"name:en": "Shopping" "id": "gastro",
"name:en": "Gastronomy"
},
{
"id": "shop",
"name:en": "Shopping"
}
]
}, },
{ {
"id": "trees", "id": "trees",

|||||||
100:0
Loading…
Cancel
Save