geno/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/page-content-wrapper/block.json

27 lines
541 B
JSON
Raw Normal View History

2024-02-01 17:24:18 +05:30
{
"name": "woocommerce/page-content-wrapper",
"version": "1.0.0",
"title": "WooCommerce Page",
"description": "Displays WooCommerce page content.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"textdomain": "woocommerce",
"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"
}