card.json
403 Bytes
{
"collectionName": "components_home_cards",
"info": {
"displayName": "Card"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "text"
},
"Link": {
"type": "string"
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
}