Browse Source

define tree of categories in one json file

fossil
parent
commit
944d90533c
  1. 7
      index.json

7
index.json

@ -1,5 +1,10 @@
{ {
"type": "index", "type": "index",
"subCategories": [
{
"id": "leisure",
"type": "index",
"name:en": "Leisure, Sport and Shopping",
"subCategories": [ "subCategories": [
{ {
"id": "gastro", "id": "gastro",
@ -8,6 +13,8 @@
{ {
"id": "shop", "id": "shop",
"name:en": "Shopping" "name:en": "Shopping"
}
]
}, },
{ {
"id": "trees", "id": "trees",

Loading…
Cancel
Save