block.json
57 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "woocommerce/product-title", |
| 5 | "version": "1.0.0", |
| 6 | "title": "Product Title", |
| 7 | "category": "woocommerce-product-elements", |
| 8 | "description": "Display the title of a product.", |
| 9 | "supports": { |
| 10 | "html": false, |
| 11 | "interactivity": { |
| 12 | "clientNavigation": false |
| 13 | }, |
| 14 | "typography": { |
| 15 | "fontSize": true, |
| 16 | "lineHeight": true, |
| 17 | "__experimentalFontWeight": true, |
| 18 | "__experimentalTextTransform": true, |
| 19 | "__experimentalFontFamily": true |
| 20 | }, |
| 21 | "color": { |
| 22 | "text": true, |
| 23 | "background": true, |
| 24 | "link": false, |
| 25 | "gradients": true, |
| 26 | "__experimentalSkipSerialization": true |
| 27 | }, |
| 28 | "spacing": { |
| 29 | "margin": true, |
| 30 | "__experimentalSkipSerialization": true |
| 31 | }, |
| 32 | "__experimentalSelector": ".wc-block-components-product-title" |
| 33 | }, |
| 34 | "textdomain": "woocommerce", |
| 35 | "attributes": { |
| 36 | "headingLevel": { |
| 37 | "type": "number", |
| 38 | "default": 2 |
| 39 | }, |
| 40 | "showProductLink": { |
| 41 | "type": "boolean", |
| 42 | "default": true |
| 43 | }, |
| 44 | "linkTarget": { |
| 45 | "type": "string" |
| 46 | }, |
| 47 | "productId": { |
| 48 | "type": "number", |
| 49 | "default": 0 |
| 50 | }, |
| 51 | "align": { |
| 52 | "type": "string" |
| 53 | } |
| 54 | }, |
| 55 | "ancestor": [ "woocommerce/all-products" ] |
| 56 | } |
| 57 |