block.json
61 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "surecart/product-description", |
| 5 | "title": "Product Description", |
| 6 | "description": "Display the product description.", |
| 7 | "version": "1.0.0", |
| 8 | "category": "surecart-product-page", |
| 9 | "ancestor": [ |
| 10 | "surecart/product-page", |
| 11 | "surecart/product-template", |
| 12 | "surecart/product-quick-view", |
| 13 | "surecart/sticky-purchase" |
| 14 | ], |
| 15 | "usesContext": [ |
| 16 | "postId" |
| 17 | ], |
| 18 | "supports": { |
| 19 | "interactivity": true, |
| 20 | "reusable": false, |
| 21 | "html": false, |
| 22 | "color": { |
| 23 | "gradients": true, |
| 24 | "link": false, |
| 25 | "__experimentalDefaultControls": { |
| 26 | "background": true, |
| 27 | "text": true, |
| 28 | "link": true |
| 29 | } |
| 30 | }, |
| 31 | "spacing": { |
| 32 | "margin": [ |
| 33 | "top", |
| 34 | "bottom" |
| 35 | ], |
| 36 | "padding": true |
| 37 | }, |
| 38 | "typography": { |
| 39 | "fontSize": true, |
| 40 | "lineHeight": true, |
| 41 | "textAlign": 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 | "textdomain": "surecart", |
| 56 | "render": "file:./view.php", |
| 57 | "style": [ |
| 58 | "surecart-prose" |
| 59 | ], |
| 60 | "editorScript": "file:./index.js" |
| 61 | } |