tab.json
458 Bytes
{
"collectionName": "components_layout_tabs",
"info": {
"displayName": "Tab"
},
"options": {},
"attributes": {
"sectionTitle": {
"type": "string"
},
"shortDescription": {
"type": "text"
},
"Image": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false
},
"CTA": {
"type": "component",
"repeatable": false,
"component": "cta.cta"
}
}
}