{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "woocommerce/product-gallery",
	"version": "1.0.0",
	"title": "Product Gallery",
	"description": "Showcase your products relevant images and media.",
	"category": "woocommerce",
	"keywords": [ "WooCommerce" ],
	"supports": {
		"align": true,
		"multiple": false,
		"interactivity": true
	},
	"textdomain": "woocommerce",
	"providesContext": {
		"thumbnailsPosition": "thumbnailsPosition",
		"thumbnailsNumberOfThumbnails": "thumbnailsNumberOfThumbnails",
		"productGalleryClientId": "productGalleryClientId",
		"nextPreviousButtonsPosition": "nextPreviousButtonsPosition",
		"pagerDisplayMode": "pagerDisplayMode",
		"hoverZoom": "hoverZoom"
	},
	"attributes": {
		"thumbnailsPosition": {
			"type": "string",
			"default": "left"
		},
		"thumbnailsNumberOfThumbnails": {
			"type": "number",
			"default": 3
		},
		"pagerDisplayMode": {
			"type": "string",
			"default": "dots"
		},
		"productGalleryClientId": {
			"type": "string",
			"default": ""
		},
		"cropImages": {
			"type": "boolean",
			"default": false
		},
		"hoverZoom": {
			"type": "boolean",
			"default": true
		},
		"fullScreenOnClick": {
			"type": "boolean",
			"default": false
		},
		"nextPreviousButtonsPosition":{
			"type": "string",
			"default": "insideTheImage"
		}
	},
	"viewScript": "wc-product-gallery-interactivity-frontend"
}
