Initial commit

This commit is contained in:
Quincy Morgan 2020-11-05 11:30:34 -05:00
commit bf95421f65
1906 changed files with 55742 additions and 0 deletions

29
data/fields/post.json Normal file
View file

@ -0,0 +1,29 @@
{
"type": "address",
"key": "post",
"keys": [
"post:block_number",
"post:city",
"post:block_number",
"post:conscriptionnumber",
"post:county",
"post:country",
"post:county",
"post:district",
"post:floor",
"post:hamlet",
"post:housename",
"post:housenumber",
"post:neighbourhood",
"post:place",
"post:postcode",
"post:province",
"post:quarter",
"post:state",
"post:street",
"post:subdistrict",
"post:suburb",
"post:unit"
],
"label": "Delivery Address"
}