File "block.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection/block.json
File size: 776 bytes
MIME-type: application/json
Charset: utf-8

{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "woocommerce/product-subsection",
	"title": "Product subsection",
	"category": "woocommerce",
	"description": "The product subsection.",
	"keywords": [
		"products",
		"subsection",
		"group"
	],
	"textdomain": "default",
	"attributes": {
		"title": {
			"type": "string"
		},
		"description": {
			"type": "string",
			"__experimentalRole": "content"
		},
		"blockGap": {
			"type": "string",
			"enum": [
				"unit-20",
				"unit-30",
				"unit-40"
			],
			"default": "unit-20"
		}
	},
	"supports": {
		"align": false,
		"html": false,
		"multiple": true,
		"reusable": false,
		"inserter": false,
		"lock": false,
		"__experimentalToolbar": false
	},
	"editorStyle": "file:./editor.css"
}