Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
test
/
wp-content
/
plugins
/
woocommerce
/
assets
/
client
/
admin
/
product-editor
/
blocks
/
generic
/
radio
:
block.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "woocommerce/product-radio-field", "title": "Product radio control", "category": "woocommerce", "description": "The product radio.", "keywords": ["products", "radio", "input"], "textdomain": "default", "attributes": { "title": { "type": "string" }, "description": { "type": "string" }, "property": { "type": "string" }, "options": { "type": "array", "items": { "type": "object" }, "default": [], "__experimentalRole": "content" } }, "supports": { "align": false, "html": false, "multiple": true, "reusable": false, "inserter": false, "lock": false, "__experimentalToolbar": false }, "usesContext": ["postType"] }