File "block.json"

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

{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"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"
}