heading.json
417 Bytes
{
"collectionName": "components_layout_headings",
"info": {
"displayName": "heading",
"description": ""
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Subtitle": {
"type": "string"
},
"Description": {
"type": "text"
},
"FAQList": {
"type": "component",
"repeatable": true,
"component": "layout.faq-list"
}
}
}