File "block.json"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab/block.json
File size: 663 bytes
MIME-type: application/json
Charset: utf-8

{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "woocommerce/product-tab",
	"title": "Product tab",
	"category": "woocommerce",
	"description": "The product tab.",
	"keywords": [ "products", "tab", "group" ],
	"textdomain": "default",
	"attributes": {
		"id": {
			"type": "string"
		},
		"title": {
			"type": "string"
		}
	},
	"supports": {
		"align": false,
		"html": false,
		"multiple": true,
		"reusable": false,
		"inserter": false,
		"lock": false,
		"__experimentalToolbar": false
	},
	"providesContext": {
		"isInSelectedTab": "isSelected"
	},
	"usesContext": [ "selectedTab" ],
	"editorStyle": "file:./editor.css"
}