heading.json
409 Bytes
{
"collectionName": "components_read_more_headings",
"info": {
"displayName": "Heading"
},
"options": {},
"attributes": {
"Heading1": {
"type": "string"
},
"Heading2": {
"type": "string"
},
"TextAlign": {
"type": "enumeration",
"default": "center",
"enum": [
"left",
"center",
"right"
]
}
},
"config": {}
}