block.json
36 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "woocommerce/product-checkbox-field", |
| 5 | "title": "Product checkbox control", |
| 6 | "category": "woocommerce", |
| 7 | "description": "The product checkbox.", |
| 8 | "keywords": ["products", "checkbox", "input"], |
| 9 | "textdomain": "default", |
| 10 | "attributes": { |
| 11 | "title": { |
| 12 | "type": "string", |
| 13 | "__experimentalRole": "content" |
| 14 | }, |
| 15 | "label": { |
| 16 | "type": "string" |
| 17 | }, |
| 18 | "property": { |
| 19 | "type": "string" |
| 20 | }, |
| 21 | "tooltip": { |
| 22 | "type": "string" |
| 23 | } |
| 24 | }, |
| 25 | "supports": { |
| 26 | "align": false, |
| 27 | "html": false, |
| 28 | "multiple": true, |
| 29 | "reusable": false, |
| 30 | "inserter": false, |
| 31 | "lock": false, |
| 32 | "__experimentalToolbar": false |
| 33 | }, |
| 34 | "editorStyle": "file:./editor.css" |
| 35 | } |
| 36 |