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