| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"name": "surecart/radio-group", |
| 4 |
"title": "Radio Select", |
| 5 |
"description": "Display a radio select input. This is saved with the order as additional metadata.", |
| 6 |
"category": "surecart", |
| 7 |
"keywords": ["radio", "select", "radio-group", "surecart"], |
| 8 |
"textdomain": "surecart", |
| 9 |
"ancestor": ["surecart/form"], |
| 10 |
"supports": { |
| 11 |
"reusable": false, |
| 12 |
"html": false |
| 13 |
}, |
| 14 |
"attributes": { |
| 15 |
"label": { |
| 16 |
"type": "string", |
| 17 |
"default": "Radio Label" |
| 18 |
}, |
| 19 |
"required": { |
| 20 |
"type": "boolean" |
| 21 |
} |
| 22 |
} |
| 23 |
} |
| 24 |
|