File "block.json"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio/block.json
File size: 978 bytes
MIME-type: application/json
Charset: utf-8
{
"$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"]
}