block.json
34 lines
| 1 | { |
| 2 | "name": "woocommerce/checkout", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Checkout", |
| 5 | "description": "Display a checkout form so your customers can submit orders.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ |
| 8 | "WooCommerce" |
| 9 | ], |
| 10 | "supports": { |
| 11 | "align": [ |
| 12 | "wide" |
| 13 | ], |
| 14 | "html": false, |
| 15 | "multiple": false |
| 16 | }, |
| 17 | "example": { |
| 18 | "viewportWidth": 800 |
| 19 | }, |
| 20 | "attributes": { |
| 21 | "align": { |
| 22 | "type": "string", |
| 23 | "default": "wide" |
| 24 | }, |
| 25 | "showFormStepNumbers": { |
| 26 | "type": "boolean", |
| 27 | "default": false |
| 28 | } |
| 29 | }, |
| 30 | "textdomain": "woocommerce", |
| 31 | "apiVersion": 3, |
| 32 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 33 | } |
| 34 |