block.json
23 lines
| 1 | { |
| 2 | "name": "woocommerce/single-product", |
| 3 | "icon": "info", |
| 4 | "title": "Product", |
| 5 | "description": "Display a single product of your choice with full control over its presentation.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce", "single product" ], |
| 8 | "supports": { |
| 9 | "interactivity": true, |
| 10 | "align": [ "wide", "full" ] |
| 11 | }, |
| 12 | "attributes": { |
| 13 | "productId": { |
| 14 | "type": "number" |
| 15 | } |
| 16 | }, |
| 17 | "example": {}, |
| 18 | "usesContext": [ "postId", "postType", "queryId" ], |
| 19 | "textdomain": "woocommerce", |
| 20 | "apiVersion": 3, |
| 21 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 22 | } |
| 23 |