File "block.json"
Full Path: /home/romayxjt/public_html/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing/block.json
File size: 945 bytes
MIME-type: application/json
Charset: utf-8
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "woocommerce/product-pricing-field",
"description": "A product price block with currency display.",
"title": "Product pricing",
"category": "widgets",
"keywords": [
"products",
"price"
],
"textdomain": "default",
"attributes": {
"property": {
"type": "string",
"role": "content"
},
"label": {
"type": "string"
},
"help": {
"type": "string"
},
"tooltip": {
"type": "string"
}
},
"supports": {
"align": false,
"html": false,
"multiple": true,
"reusable": false,
"inserter": false,
"lock": false,
"__experimentalToolbar": false
},
"editorStyle": "file:./editor.css",
"usesContext": [
"postType"
]
}