address.json
440 Bytes
{
"collectionName": "components_layout_addresses",
"info": {
"displayName": "Address",
"description": ""
},
"options": {},
"attributes": {
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"address": {
"type": "text"
},
"phoneNumber": {
"type": "string"
},
"addressUrl": {
"type": "text"
},
"title": {
"type": "string"
}
}
}