File "block.json"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/woocommerce/assets/client/blocks/page-content-wrapper/block.json
File size: 541 bytes
MIME-type: application/json
Charset: utf-8

{
	"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"
}