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