block.json
16 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/checkout-errors", |
| 4 | "title": "Checkout Errors", |
| 5 | "description": "Display any checkout-related errors. By default the checkout form shows these at the top. Add this block to change the location.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["error", "notice", "checkout"], |
| 8 | "textdomain": "surecart", |
| 9 | "ancestor": ["surecart/form"], |
| 10 | "supports": { |
| 11 | "reusable": false, |
| 12 | "html": false, |
| 13 | "className": false |
| 14 | } |
| 15 | } |
| 16 |