Work on ad and social
This commit is contained in:
35
src/components/address/full-address.json
Normal file
35
src/components/address/full-address.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"collectionName": "components_address_full_addresses",
|
||||
"info": {
|
||||
"displayName": "FullAddress",
|
||||
"icon": "pinMap",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"freeaddress": {
|
||||
"type": "string"
|
||||
},
|
||||
"housenumber": {
|
||||
"type": "string"
|
||||
},
|
||||
"road": {
|
||||
"type": "string"
|
||||
},
|
||||
"city": {
|
||||
"type": "string"
|
||||
},
|
||||
"country": {
|
||||
"type": "string"
|
||||
},
|
||||
"postcode": {
|
||||
"type": "string"
|
||||
},
|
||||
"long": {
|
||||
"type": "decimal"
|
||||
},
|
||||
"lat": {
|
||||
"type": "decimal"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user