card.json
432 Bytes
{
"collectionName": "components_second_dynamic_section_cards",
"info": {
"displayName": "Card"
},
"options": {},
"attributes": {
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"Heading": {
"type": "string"
},
"Description": {
"type": "text"
}
},
"config": {}
}