block.json
52 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "surecart/product-collection-title", |
| 4 | "title": "Product Collection Title", |
| 5 | "description": "Displays the product collection title.", |
| 6 | "category": "surecart", |
| 7 | "keywords": ["title", "collection", "product"], |
| 8 | "attributes": { |
| 9 | "textAlign": { |
| 10 | "type": "string" |
| 11 | }, |
| 12 | "level": { |
| 13 | "type": "number", |
| 14 | "default": 2 |
| 15 | } |
| 16 | }, |
| 17 | "supports": { |
| 18 | "reusable": false, |
| 19 | "html": false, |
| 20 | "multiple": false, |
| 21 | "align": ["wide", "full"], |
| 22 | "color": { |
| 23 | "gradients": true, |
| 24 | "link": true, |
| 25 | "__experimentalDefaultControls": { |
| 26 | "background": true, |
| 27 | "text": true, |
| 28 | "link": true |
| 29 | } |
| 30 | }, |
| 31 | "spacing": { |
| 32 | "margin": true, |
| 33 | "padding": true |
| 34 | }, |
| 35 | "typography": { |
| 36 | "fontSize": true, |
| 37 | "lineHeight": true, |
| 38 | "__experimentalFontFamily": true, |
| 39 | "__experimentalFontWeight": true, |
| 40 | "__experimentalFontStyle": true, |
| 41 | "__experimentalTextTransform": true, |
| 42 | "__experimentalTextDecoration": true, |
| 43 | "__experimentalLetterSpacing": true, |
| 44 | "__experimentalDefaultControls": { |
| 45 | "fontSize": true, |
| 46 | "fontAppearance": true, |
| 47 | "textTransform": true |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 | } |
| 52 |