Section Title
Version- 1.0.0
Uses
The Section Title
component is used within another component. Config can be added form dynamic pages.
Attributes
{
"attributes": {
"title": {
"type": "string"
},
"sub_title": {
"type": "text"
},
"variation": {
"type": "enumeration",
"enum": [
"Variation One",
"Variation Two"
]
}
}
}