whatwedo.json
527 Bytes
{
"collectionName": "components_layout_whatwedos",
"info": {
"displayName": "Whatwedo",
"description": ""
},
"options": {},
"attributes": {
"Image": {
"type": "media",
"multiple": false,
"required": true,
"allowedTypes": [
"images"
]
},
"Title": {
"type": "string",
"required": true
},
"Description": {
"type": "text"
},
"CTA": {
"type": "component",
"repeatable": false,
"component": "cta.cta"
}
}
}