batch.json
534 Bytes
{
"collectionName": "components_home_batches",
"info": {
"displayName": "Batch"
},
"options": {},
"attributes": {
"StudentImg": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
},
"StudentName": {
"type": "string"
},
"Batch": {
"type": "string"
},
"Location": {
"type": "string"
},
"Logo": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images"
]
}
},
"config": {}
}