block.json
31 lines
| 1 | { |
| 2 | "name": "woocommerce/order-confirmation-shipping-wrapper", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Shipping Address Section", |
| 5 | "description": "Display the order confirmation shipping section.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce" ], |
| 8 | "attributes": { |
| 9 | "heading": { |
| 10 | "type": "string", |
| 11 | "default": "Shipping" |
| 12 | } |
| 13 | }, |
| 14 | "supports": { |
| 15 | "multiple": false, |
| 16 | "align": [ "wide", "full" ], |
| 17 | "html": false, |
| 18 | "spacing": { |
| 19 | "padding": true, |
| 20 | "margin": true, |
| 21 | "__experimentalDefaultControls": { |
| 22 | "margin": false, |
| 23 | "padding": false |
| 24 | } |
| 25 | } |
| 26 | }, |
| 27 | "textdomain": "woocommerce", |
| 28 | "apiVersion": 2, |
| 29 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 30 | } |
| 31 |