View file File name : block.json Content :{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "woocommerce/product-regular-price-field", "description": "A product price block with currency display.", "title": "Product regular price", "category": "widgets", "keywords": ["products", "price"], "textdomain": "default", "attributes": { "label": { "type": "string", "__experimentalRole": "content" }, "help": { "type": "string" }, "isRequired": { "type": "boolean", "default": false }, "tooltip": { "type": "string" }, "disabled": { "type": "boolean", "default": false } }, "supports": { "align": false, "html": false, "multiple": true, "reusable": false, "inserter": false, "lock": false, "__experimentalToolbar": false }, "usesContext": ["postType"], "editorStyle": "file:./editor.css" }