{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "woocommerce-square/stock-management-field", "version": "0.1.0", "title": "Square stock management field", "category": "widgets", "icon": "flag", "description": "A block to add stock management field to the product editor.", "supports": { "html": false, "inserter": false }, "attributes": { "disabled": { "type": "boolean", "default": false }, "disabledCopy": { "type": "string", "default": "" } }, "textdomain": "woocommerce-square", "editorScript": "file:./index.js" }