{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "woocommerce/product-section",
	"title": "Product section",
	"category": "woocommerce",
	"description": "The product section.",
	"keywords": [
		"products",
		"section",
		"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"
}