block.json
39 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/product-item", |
| 5 | "title": "Product Item", |
| 6 | "description": "Displays a single product item.", |
| 7 | "category": "surecart", |
| 8 | "textdomain": "surecart", |
| 9 | "keywords": ["product", "item", "lite item"], |
| 10 | "ancestor": ["surecart/product-item-list", "surecart/product-collection"], |
| 11 | "supports": { |
| 12 | "reusable": false, |
| 13 | "html": false, |
| 14 | "spacing": { |
| 15 | "padding": true, |
| 16 | "margin": true, |
| 17 | "__experimentalDefault": "2em", |
| 18 | "__experimentalDefaultControls": { |
| 19 | "padding": true, |
| 20 | "margin": true |
| 21 | } |
| 22 | }, |
| 23 | "color": { |
| 24 | "text": false, |
| 25 | "background": true |
| 26 | }, |
| 27 | "__experimentalBorder": { |
| 28 | "color": true, |
| 29 | "radius": true, |
| 30 | "width": true, |
| 31 | "__experimentalDefaultControls": { |
| 32 | "color": true, |
| 33 | "radius": true, |
| 34 | "width": true |
| 35 | } |
| 36 | } |
| 37 | } |
| 38 | } |
| 39 |