background.json
564 Bytes
{
"collectionName": "components_dynamic_zone_backgrounds",
"info": {
"displayName": "RightsideImg",
"description": ""
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "text"
},
"Image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
]
},
"CTA": {
"type": "component",
"repeatable": false,
"component": "cta.cta"
},
"Subtitle": {
"type": "string"
}
}
}