Work on ad and social

This commit is contained in:
2025-08-07 12:33:27 +02:00
parent 789ab07afb
commit b6d18c2681
25 changed files with 27839 additions and 25 deletions

View 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"
}
}
}