block.json
46 lines
| 1 | { |
| 2 | "name": "woocommerce/breadcrumbs", |
| 3 | "title": "Store Breadcrumbs", |
| 4 | "description": "Enable customers to keep track of their location within the store and navigate back to parent pages.", |
| 5 | "category": "woocommerce", |
| 6 | "keywords": [ "WooCommerce" ], |
| 7 | "textdomain": "woocommerce", |
| 8 | "attributes": { |
| 9 | "contentJustification": { |
| 10 | "type": "string" |
| 11 | }, |
| 12 | "fontSize": { |
| 13 | "type": "string", |
| 14 | "default": "small" |
| 15 | }, |
| 16 | "align": { |
| 17 | "type": "string", |
| 18 | "default": "wide" |
| 19 | } |
| 20 | }, |
| 21 | "supports": { |
| 22 | "interactivity": { |
| 23 | "clientNavigation": true |
| 24 | }, |
| 25 | "align": [ "wide", "full" ], |
| 26 | "color": { |
| 27 | "background": false, |
| 28 | "link": true |
| 29 | }, |
| 30 | "html": false, |
| 31 | "typography": { |
| 32 | "fontSize": true, |
| 33 | "lineHeight": true, |
| 34 | "__experimentalFontFamily": true, |
| 35 | "__experimentalFontStyle": true, |
| 36 | "__experimentalFontWeight": true, |
| 37 | "__experimentalTextTransform": true, |
| 38 | "__experimentalDefaultControls": { |
| 39 | "fontSize": true |
| 40 | } |
| 41 | } |
| 42 | }, |
| 43 | "apiVersion": 3, |
| 44 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 45 | } |
| 46 |