about.json
668 Bytes
{
"collectionName": "components_dynamic_zone_abouts",
"info": {
"displayName": "LeftsideImg",
"description": ""
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Subtitle": {
"type": "string"
},
"Image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
]
},
"CTA": {
"type": "component",
"repeatable": false,
"component": "cta.cta"
},
"Content": {
"type": "customField",
"options": {
"preset": "default"
},
"customField": "plugin::ckeditor5.CKEditor"
}
}
}