27 lines
558 B
JSON
27 lines
558 B
JSON
{
|
|
"name": "woocommerce/page-content-wrapper",
|
|
"version": "1.0.0",
|
|
"title": "WooCommerce Page",
|
|
"description": "Displays WooCommerce page content.",
|
|
"category": "woocommerce",
|
|
"keywords": [ "WooCommerce" ],
|
|
"textdomain": "woo-gutenberg-products-block",
|
|
"supports": {
|
|
"html": false,
|
|
"multiple": false,
|
|
"inserter": false
|
|
},
|
|
"attributes": {
|
|
"page": {
|
|
"type": "string",
|
|
"default": ""
|
|
}
|
|
},
|
|
"providesContext": {
|
|
"postId": "postId",
|
|
"postType": "postType"
|
|
},
|
|
"apiVersion": 2,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
}
|