block.json
34 lines
| 1 | { |
| 2 | "name": "woocommerce/checkout-fields-block", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Checkout Fields", |
| 5 | "description": "Column containing checkout address fields.", |
| 6 | "category": "woocommerce", |
| 7 | "supports": { |
| 8 | "align": false, |
| 9 | "html": false, |
| 10 | "multiple": false, |
| 11 | "reusable": false, |
| 12 | "inserter": false, |
| 13 | "lock": false |
| 14 | }, |
| 15 | "attributes": { |
| 16 | "className": { |
| 17 | "type": "string", |
| 18 | "default": "" |
| 19 | }, |
| 20 | "lock": { |
| 21 | "type": "object", |
| 22 | "default": { |
| 23 | "remove": true, |
| 24 | "move": true |
| 25 | } |
| 26 | } |
| 27 | }, |
| 28 | "parent": [ |
| 29 | "woocommerce/checkout" |
| 30 | ], |
| 31 | "textdomain": "woocommerce", |
| 32 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 33 | "apiVersion": 3 |
| 34 | } |