{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "woocommerce/product-description-field",
	"title": "Product description",
	"category": "woocommerce",
	"description": "The product description.",
	"keywords": [
		"products",
		"description"
	],
	"textdomain": "default",
	"attributes": {
		"__contentEditable": {
			"type": "string",
			"role": "content"
		}
	},
	"supports": {
		"align": false,
		"html": false,
		"multiple": true,
		"reusable": false,
		"inserter": false,
		"lock": false,
		"__experimentalToolbar": true
	}
}