block.json
26 lines
| 1 | { |
| 2 | "name": "woocommerce/page-content-wrapper", |
| 3 | "title": "WooCommerce Page", |
| 4 | "description": "Displays WooCommerce page content.", |
| 5 | "category": "woocommerce", |
| 6 | "keywords": [ "WooCommerce" ], |
| 7 | "textdomain": "woocommerce", |
| 8 | "supports": { |
| 9 | "html": false, |
| 10 | "multiple": false, |
| 11 | "inserter": false |
| 12 | }, |
| 13 | "attributes": { |
| 14 | "page": { |
| 15 | "type": "string", |
| 16 | "default": "" |
| 17 | } |
| 18 | }, |
| 19 | "providesContext": { |
| 20 | "postId": "postId", |
| 21 | "postType": "postType" |
| 22 | }, |
| 23 | "apiVersion": 3, |
| 24 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 25 | } |
| 26 |