Edit file File name : block.json Content :{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "woocommerce/product-sku-field", "title": "Product text control", "category": "woocommerce", "description": "The product sku.", "keywords": ["products", "sku"], "textdomain": "default", "attributes": { "name": { "type": "string", "__experimentalRole": "content" }, "disabled": { "type": "boolean", "default": false } }, "supports": { "align": false, "html": false, "multiple": true, "reusable": false, "inserter": false, "lock": false, "__experimentalToolbar": false }, "editorStyle": "file:./editor.css", "usesContext": ["postType"] } Save