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