{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "woocommerce/product-gallery-large-image-next-previous",
	"title": "Next/Previous Buttons",
	"description": "Display next and previous buttons.",
	"category": "woocommerce",
	"keywords": [ "WooCommerce" ],
	"usesContext": [ "iapi/provider" ],
	"textdomain": "woocommerce",
	"supports": {
		"interactivity": true,
		"color": {
			"background": true,
			"text": true,
			"__experimentalSkipSerialization": true
		},
		"align": true,
		"layout": {
			"default": {
				"type": "flex",
				"flexWrap": "nowrap",
				"verticalAlignment": "center"
			},
			"allowVerticalAlignment": true,
			"allowOrientation": false,
			"allowJustification": false
		},
		"shadow": true,
		"spacing": {
			"margin": true,
			"__experimentalSkipSerialization": true
		},
		"__experimentalBorder": {
			"radius": true,
			"__experimentalSkipSerialization": true
		},
		"__experimentalSelector": ".wc-block-next-previous-buttons__button"
	},
	"ancestor": [
		"woocommerce/product-gallery-large-image",
		"woocommerce/product-collection"
	],
	"style": "file:../woocommerce/product-gallery-large-image-next-previous-style.css",
	"editorStyle": "file:../woocommerce/product-gallery-large-image-next-previous-editor.css"
}
