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