block.json
36 lines
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/product-item-title", |
| 5 | "title": "Product Title", |
| 6 | "description": "Displays the product title.", |
| 7 | "category": "surecart", |
| 8 | "textdomain": "surecart", |
| 9 | "keywords": ["product", "title", "list"], |
| 10 | "ancestor": ["surecart/product-item"], |
| 11 | "attributes": { |
| 12 | "title": { |
| 13 | "type": "string" |
| 14 | }, |
| 15 | "align": { |
| 16 | "type": "string" |
| 17 | } |
| 18 | }, |
| 19 | "supports": { |
| 20 | "spacing": { |
| 21 | "padding": true, |
| 22 | "margin": ["top", "bottom"] |
| 23 | }, |
| 24 | "typography": { |
| 25 | "fontSize": true, |
| 26 | "lineHeight": true, |
| 27 | "__experimentalFontWeight": true |
| 28 | }, |
| 29 | "color": { |
| 30 | "text": true, |
| 31 | "background": false, |
| 32 | "enableContrastChecker": true |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 |