26 lines
537 B
JSON
26 lines
537 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
|
||
|
},
|
||
|
"attributes": {
|
||
|
"page": {
|
||
|
"type": "string",
|
||
|
"default": ""
|
||
|
}
|
||
|
},
|
||
|
"providesContext": {
|
||
|
"postId": "postId",
|
||
|
"postType": "postType"
|
||
|
},
|
||
|
"apiVersion": 2,
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
||
|
}
|