| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"name": "surecart/radio", |
| 4 |
"title": "Radio", |
| 5 |
"description": "Display a radio input", |
| 6 |
"category": "surecart", |
| 7 |
"keywords": ["radio", "surecart"], |
| 8 |
"textdomain": "surecart", |
| 9 |
"ancestor": ["surecart/radio-group"], |
| 10 |
"supports": { |
| 11 |
"reusable": false, |
| 12 |
"html": false |
| 13 |
}, |
| 14 |
"attributes": { |
| 15 |
"label": { |
| 16 |
"type": "string" |
| 17 |
}, |
| 18 |
"value": { |
| 19 |
"type": "string", |
| 20 |
"default": "checked" |
| 21 |
}, |
| 22 |
"name": { |
| 23 |
"type": "string" |
| 24 |
} |
| 25 |
} |
| 26 |
} |
| 27 |
|