FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
packages
/
blocks
/
Blocks
/
Radio
Edit File: block.json
{ "apiVersion": 3, "name": "surecart/radio", "title": "Radio", "description": "Display a radio input", "category": "surecart", "keywords": ["radio", "surecart"], "textdomain": "surecart", "ancestor": ["surecart/radio-group"], "supports": { "reusable": false, "html": false }, "attributes": { "label": { "type": "string" }, "value": { "type": "string", "default": "checked" }, "name": { "type": "string" } } }
Save
Back