country.json
410 Bytes
{
"collectionName": "components_layout_countries",
"info": {
"displayName": "country",
"description": ""
},
"options": {},
"attributes": {
"images": {
"type": "media",
"multiple": true,
"required": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"countryName": {
"type": "string"
}
}
}