| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"name": "surecart/heading", |
| 4 |
"title": "Title/Heading Section", |
| 5 |
"description": "Displays a title/heading section", |
| 6 |
"category": "surecart", |
| 7 |
"keywords": ["heading", "title"], |
| 8 |
"textdomain": "surecart", |
| 9 |
"ancestor": ["surecart/form", "surecart/card", "surecart/dashboard-page"], |
| 10 |
"supports": { |
| 11 |
"reusable": false, |
| 12 |
"html": false, |
| 13 |
"order-summary": true |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"title": { |
| 17 |
"type": "string" |
| 18 |
}, |
| 19 |
"description": { |
| 20 |
"type": "string" |
| 21 |
} |
| 22 |
} |
| 23 |
} |
| 24 |
|