{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "woocommerce/product-images",
	"title": "Product images",
	"category": "widgets",
	"description": "The product images.",
	"keywords": [ "products", "image", "images", "gallery" ],
	"textdomain": "default",
	"attributes": {
		"mediaId": {
			"type": "number",
			"__experimentalRole": "content"
		},
		"images": {
			"__experimentalRole": "content",
			"type": "array",
			"items": {
				"type": "number"
			},
			"default": []
		}
	},
	"supports": {
		"align": false,
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": false,
		"lock": false
	}
}
