block.json
45 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "woocommerce/wishlist", |
| 5 | "version": "1.0.0", |
| 6 | "title": "Wishlist", |
| 7 | "description": "Display the shopper's wishlist.", |
| 8 | "category": "woocommerce", |
| 9 | "keywords": [ "WooCommerce", "Wishlist" ], |
| 10 | "textdomain": "woocommerce", |
| 11 | "attributes": { |
| 12 | "columnCount": { |
| 13 | "type": "number", |
| 14 | "default": 5 |
| 15 | } |
| 16 | }, |
| 17 | "allowedBlocks": [ "core/heading" ], |
| 18 | "supports": { |
| 19 | "align": [ "wide", "full" ], |
| 20 | "interactivity": true, |
| 21 | "html": false, |
| 22 | "reusable": false, |
| 23 | "spacing": { |
| 24 | "margin": true, |
| 25 | "padding": true, |
| 26 | "blockGap": true |
| 27 | }, |
| 28 | "typography": { |
| 29 | "fontSize": true, |
| 30 | "lineHeight": true |
| 31 | }, |
| 32 | "color": { |
| 33 | "text": true, |
| 34 | "background": true |
| 35 | } |
| 36 | }, |
| 37 | "viewScriptModule": "woocommerce/wishlist", |
| 38 | "style": [ |
| 39 | "file:../woocommerce/wishlist-style.css", |
| 40 | "wc-blocks-style-product-image", |
| 41 | "woocommerce-product-price-style", |
| 42 | "woocommerce-product-button-style" |
| 43 | ] |
| 44 | } |
| 45 |