block.json
77 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "woocommerce/product-description", |
| 5 | "title": "Product Description", |
| 6 | "description": "Displays the description of the product.", |
| 7 | "category": "woocommerce", |
| 8 | "textdomain": "woocommerce", |
| 9 | "usesContext": [ "postId", "postType", "queryId" ], |
| 10 | "ancestor": [ |
| 11 | "woocommerce/single-product", |
| 12 | "woocommerce/product-template", |
| 13 | "core/post-template" |
| 14 | ], |
| 15 | "supports": { |
| 16 | "interactivity": { |
| 17 | "clientNavigation": true |
| 18 | }, |
| 19 | "align": [ "wide", "full" ], |
| 20 | "html": false, |
| 21 | "layout": true, |
| 22 | "background": { |
| 23 | "backgroundImage": true, |
| 24 | "backgroundSize": true, |
| 25 | "__experimentalDefaultControls": { |
| 26 | "backgroundImage": true |
| 27 | } |
| 28 | }, |
| 29 | "dimensions": { |
| 30 | "minHeight": true |
| 31 | }, |
| 32 | "spacing": { |
| 33 | "blockGap": true, |
| 34 | "padding": true, |
| 35 | "margin": true, |
| 36 | "__experimentalDefaultControls": { |
| 37 | "margin": false, |
| 38 | "padding": false |
| 39 | } |
| 40 | }, |
| 41 | "color": { |
| 42 | "gradients": true, |
| 43 | "heading": true, |
| 44 | "link": true, |
| 45 | "__experimentalDefaultControls": { |
| 46 | "background": false, |
| 47 | "text": false |
| 48 | } |
| 49 | }, |
| 50 | "typography": { |
| 51 | "fontSize": true, |
| 52 | "lineHeight": true, |
| 53 | "__experimentalFontFamily": true, |
| 54 | "__experimentalFontWeight": true, |
| 55 | "__experimentalFontStyle": true, |
| 56 | "__experimentalTextTransform": true, |
| 57 | "__experimentalTextDecoration": true, |
| 58 | "__experimentalLetterSpacing": true, |
| 59 | "__experimentalDefaultControls": { |
| 60 | "fontSize": true |
| 61 | } |
| 62 | }, |
| 63 | "__experimentalBorder": { |
| 64 | "radius": true, |
| 65 | "color": true, |
| 66 | "width": true, |
| 67 | "style": true, |
| 68 | "__experimentalDefaultControls": { |
| 69 | "radius": true, |
| 70 | "color": true, |
| 71 | "width": true, |
| 72 | "style": true |
| 73 | } |
| 74 | } |
| 75 | } |
| 76 | } |
| 77 |