block.json
117 lines
| 1 | { |
| 2 | "name": "woocommerce/featured-category", |
| 3 | "title": "Featured Category", |
| 4 | "category": "woocommerce", |
| 5 | "keywords": [ "WooCommerce" ], |
| 6 | "description": "Visually highlight a product category and encourage prompt action.", |
| 7 | "supports": { |
| 8 | "interactivity": { |
| 9 | "clientNavigation": true |
| 10 | }, |
| 11 | "align": [ "wide", "full" ], |
| 12 | "ariaLabel": true, |
| 13 | "color": { |
| 14 | "background": true, |
| 15 | "text": true |
| 16 | }, |
| 17 | "html": false, |
| 18 | "filter": { |
| 19 | "duotone": 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 | }, |
| 40 | "attributes": { |
| 41 | "alt": { |
| 42 | "type": "string", |
| 43 | "default": "" |
| 44 | }, |
| 45 | "contentAlign": { |
| 46 | "type": "string", |
| 47 | "default": "center" |
| 48 | }, |
| 49 | "dimRatio": { |
| 50 | "type": "number", |
| 51 | "default": 50 |
| 52 | }, |
| 53 | "focalPoint": { |
| 54 | "type": "object", |
| 55 | "default": { |
| 56 | "x": 0.5, |
| 57 | "y": 0.5 |
| 58 | } |
| 59 | }, |
| 60 | "imageFit": { |
| 61 | "type": "string", |
| 62 | "default": "none" |
| 63 | }, |
| 64 | "hasParallax": { |
| 65 | "type": "boolean", |
| 66 | "default": false |
| 67 | }, |
| 68 | "isRepeated": { |
| 69 | "type": "boolean", |
| 70 | "default": false |
| 71 | }, |
| 72 | "mediaId": { |
| 73 | "type": "number", |
| 74 | "default": 0 |
| 75 | }, |
| 76 | "mediaSrc": { |
| 77 | "type": "string", |
| 78 | "default": "" |
| 79 | }, |
| 80 | "minHeight": { |
| 81 | "type": "number", |
| 82 | "default": 500 |
| 83 | }, |
| 84 | "linkText": { |
| 85 | "default": "Shop now", |
| 86 | "type": "string" |
| 87 | }, |
| 88 | "categoryId": { |
| 89 | "type": "number" |
| 90 | }, |
| 91 | "overlayColor": { |
| 92 | "type": "string", |
| 93 | "default": "#000000" |
| 94 | }, |
| 95 | "overlayGradient": { |
| 96 | "type": "string" |
| 97 | }, |
| 98 | "previewCategory": { |
| 99 | "type": "object", |
| 100 | "default": null |
| 101 | } |
| 102 | }, |
| 103 | "selectors": { |
| 104 | "filter": { |
| 105 | "duotone": ".wp-block-woocommerce-featured-category .wc-block-featured-category__background-image" |
| 106 | } |
| 107 | }, |
| 108 | "textdomain": "woocommerce", |
| 109 | "apiVersion": 3, |
| 110 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 111 | "usesContext": [ "termId", "termTaxonomy" ], |
| 112 | "providesContext": { |
| 113 | "termId": "categoryId", |
| 114 | "termTaxonomy": "termTaxonomy" |
| 115 | } |
| 116 | } |
| 117 |