oont-contents/plugins/woocommerce-square/build/admin/product-blocks/stock-management-field/block.json
2025-02-08 15:10:23 +01:00

26 lines
No EOL
627 B
JSON

{
"$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"
}