block.json
40 lines
| 1 | { |
| 2 | "apiVersion": 2, |
| 3 | "name": "surecart/product-collection-description", |
| 4 | "title": "Product Collection Description", |
| 5 | "description": "Display the product collection description", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["description"], |
| 8 | "supports": { |
| 9 | "reusable": false, |
| 10 | "html": false, |
| 11 | "multiple": false, |
| 12 | "align": ["wide", "full"], |
| 13 | "layout": true, |
| 14 | "dimensions": { |
| 15 | "minHeight": true |
| 16 | }, |
| 17 | "color": { |
| 18 | "gradients": true, |
| 19 | "link": true, |
| 20 | "__experimentalDefaultControls": { |
| 21 | "background": false, |
| 22 | "text": false |
| 23 | } |
| 24 | }, |
| 25 | "typography": { |
| 26 | "fontSize": true, |
| 27 | "lineHeight": true, |
| 28 | "__experimentalFontFamily": true, |
| 29 | "__experimentalFontWeight": true, |
| 30 | "__experimentalFontStyle": true, |
| 31 | "__experimentalTextTransform": true, |
| 32 | "__experimentalTextDecoration": true, |
| 33 | "__experimentalLetterSpacing": true, |
| 34 | "__experimentalDefaultControls": { |
| 35 | "fontSize": true |
| 36 | } |
| 37 | } |
| 38 | } |
| 39 | } |
| 40 |