block.json
113 lines
| 1 | { |
| 2 | "name": "woocommerce/featured-product", |
| 3 | "title": "Featured Product", |
| 4 | "description": "Highlight a product or variation.", |
| 5 | "category": "woocommerce", |
| 6 | "keywords": [ "WooCommerce" ], |
| 7 | "supports": { |
| 8 | "interactivity": { |
| 9 | "clientNavigation": true |
| 10 | }, |
| 11 | "align": [ "wide", "full" ], |
| 12 | "ariaLabel": true, |
| 13 | "html": false, |
| 14 | "filter": { |
| 15 | "duotone": true |
| 16 | }, |
| 17 | "color": { |
| 18 | "background": true, |
| 19 | "text": true |
| 20 | }, |
| 21 | "spacing": { |
| 22 | "padding": true, |
| 23 | "__experimentalDefaultControls": { |
| 24 | "padding": true |
| 25 | }, |
| 26 | "__experimentalSkipSerialization": true |
| 27 | }, |
| 28 | "__experimentalBorder": { |
| 29 | "color": true, |
| 30 | "radius": true, |
| 31 | "width": true, |
| 32 | "__experimentalDefaultControls": { |
| 33 | "color": true, |
| 34 | "radius": true, |
| 35 | "width": true |
| 36 | }, |
| 37 | "__experimentalSkipSerialization": true |
| 38 | }, |
| 39 | "multiple": true |
| 40 | }, |
| 41 | "attributes": { |
| 42 | "alt": { |
| 43 | "type": "string", |
| 44 | "default": "" |
| 45 | }, |
| 46 | "contentAlign": { |
| 47 | "type": "string", |
| 48 | "default": "center" |
| 49 | }, |
| 50 | "dimRatio": { |
| 51 | "type": "number", |
| 52 | "default": 50 |
| 53 | }, |
| 54 | "focalPoint": { |
| 55 | "type": "object", |
| 56 | "default": { |
| 57 | "x": 0.5, |
| 58 | "y": 0.5 |
| 59 | } |
| 60 | }, |
| 61 | "imageFit": { |
| 62 | "type": "string", |
| 63 | "default": "none" |
| 64 | }, |
| 65 | "hasParallax": { |
| 66 | "type": "boolean", |
| 67 | "default": false |
| 68 | }, |
| 69 | "isRepeated": { |
| 70 | "type": "boolean", |
| 71 | "default": false |
| 72 | }, |
| 73 | "mediaId": { |
| 74 | "type": "number", |
| 75 | "default": 0 |
| 76 | }, |
| 77 | "mediaSrc": { |
| 78 | "type": "string", |
| 79 | "default": "" |
| 80 | }, |
| 81 | "minHeight": { |
| 82 | "type": "number", |
| 83 | "default": 500 |
| 84 | }, |
| 85 | "linkText": { |
| 86 | "type": "string", |
| 87 | "default": "Shop now" |
| 88 | }, |
| 89 | "overlayColor": { |
| 90 | "type": "string", |
| 91 | "default": "#000000" |
| 92 | }, |
| 93 | "overlayGradient": { |
| 94 | "type": "string" |
| 95 | }, |
| 96 | "productId": { |
| 97 | "type": "number" |
| 98 | }, |
| 99 | "previewProduct": { |
| 100 | "type": "object", |
| 101 | "default": null |
| 102 | } |
| 103 | }, |
| 104 | "selectors": { |
| 105 | "filter": { |
| 106 | "duotone": ".wp-block-woocommerce-featured-product .wc-block-featured-product__background-image" |
| 107 | } |
| 108 | }, |
| 109 | "textdomain": "woocommerce", |
| 110 | "apiVersion": 3, |
| 111 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 112 | } |
| 113 |