2019-08-22 14:10:45 +02:00
|
|
|
{
|
2020-03-26 13:50:45 +01:00
|
|
|
"kind": "collectionType",
|
2019-08-22 14:10:45 +02:00
|
|
|
"collectionName": "addresses",
|
|
|
|
|
"info": {
|
|
|
|
|
"name": "address",
|
|
|
|
|
"description": ""
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
|
|
|
|
"increments": true,
|
2020-03-26 13:50:45 +01:00
|
|
|
"timestamps": [
|
|
|
|
|
"created_at",
|
|
|
|
|
"updated_at"
|
|
|
|
|
],
|
2019-08-22 14:10:45 +02:00
|
|
|
"comment": ""
|
|
|
|
|
},
|
|
|
|
|
"attributes": {
|
2019-12-05 17:42:32 +01:00
|
|
|
"city": {
|
2019-12-10 15:50:36 +01:00
|
|
|
"type": "string",
|
|
|
|
|
"required": true
|
2019-12-05 17:42:32 +01:00
|
|
|
},
|
|
|
|
|
"postal_coder": {
|
|
|
|
|
"type": "string"
|
2019-12-05 16:27:55 +01:00
|
|
|
},
|
2020-01-30 18:09:55 +01:00
|
|
|
"categories": {
|
|
|
|
|
"collection": "category",
|
|
|
|
|
"via": "addresses",
|
|
|
|
|
"dominant": true
|
2019-11-07 16:52:12 +01:00
|
|
|
},
|
|
|
|
|
"cover": {
|
|
|
|
|
"model": "file",
|
|
|
|
|
"via": "related",
|
2020-03-26 13:50:45 +01:00
|
|
|
"allowedTypes": [
|
2020-03-26 14:15:24 +01:00
|
|
|
"files",
|
|
|
|
|
"images",
|
|
|
|
|
"videos"
|
2020-03-26 13:50:45 +01:00
|
|
|
],
|
2019-12-05 16:27:55 +01:00
|
|
|
"plugin": "upload",
|
2020-03-26 13:50:45 +01:00
|
|
|
"required": false
|
2019-11-07 16:52:12 +01:00
|
|
|
},
|
|
|
|
|
"images": {
|
|
|
|
|
"collection": "file",
|
|
|
|
|
"via": "related",
|
2020-03-26 13:50:45 +01:00
|
|
|
"allowedTypes": [
|
|
|
|
|
"images"
|
|
|
|
|
],
|
2019-12-05 16:27:55 +01:00
|
|
|
"plugin": "upload",
|
2020-03-26 13:50:45 +01:00
|
|
|
"required": false
|
2019-12-05 16:27:55 +01:00
|
|
|
},
|
2019-12-05 17:42:32 +01:00
|
|
|
"full_name": {
|
2019-12-10 15:50:36 +01:00
|
|
|
"type": "string",
|
|
|
|
|
"required": true
|
2019-08-22 14:10:45 +02:00
|
|
|
}
|
|
|
|
|
}
|
2019-11-08 13:25:15 +01:00
|
|
|
}
|