View file File name : block.json Content :{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "woocommerce/product-password-field", "description": "A checkbox and an input to type a password to view a product.", "title": "Product password", "category": "widgets", "keywords": [ "products", "password" ], "textdomain": "default", "attributes": { "label": { "type": "string", "__experimentalRole": "content" } }, "supports": { "align": false, "html": false, "multiple": true, "reusable": false, "inserter": false, "lock": false, "__experimentalToolbar": false }, "editorStyle": "file:./editor.css" }