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