heading.json
487 Bytes
{
"collectionName": "components_heading_headings",
"info": {
"displayName": "Heading"
},
"options": {},
"attributes": {
"Subheading": {
"type": "string"
},
"Heading1": {
"type": "string"
},
"Heading2": {
"type": "string"
},
"Description": {
"type": "text"
},
"TextAlign": {
"type": "enumeration",
"default": "left",
"enum": [
"left",
"center"
]
}
},
"config": {}
}