Update courier.json

Revised to include fixes suggested by reviewers 
* move "brand" from moreFields to fields section
* sort terms section
* add some more fields
This commit is contained in:
Win Olario 2023-06-24 05:47:22 +08:00 committed by GitHub
parent a8849a90e7
commit 87459f4c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,13 @@
"icon": "fas-people-carry-box",
"fields": [
"name",
"address",
"opening_hours"
"brand",
"{office}"
],
"moreFields": [
"{@templates/poi}",
"air_conditioning",
"branch_brand",
"brand"
"{@templates/contact}",
"{payment}",
"{@templates/poi}"
],
"geometry": [
"point",
@ -19,14 +18,15 @@
"office": "courier"
},
"terms": [
"carrier",
"courier",
"courier service",
"delivery",
"express delivery",
"delivery service",
"parcel",
"package",
"express delivery",
"messenger",
"carrier"
"package",
"parcel"
],
"name": "Courier Service Office"
"name": "Courier Service"
}