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