{
	"name": "woocommerce/add-to-cart-with-options-variation-selector-attribute",
	"title": "Variation Selector: Template (Beta)",
	"description": "A template for attribute name and options that will be applied to all variable products with attributes.",
	"category": "woocommerce-product-elements",
	"keywords": [ "WooCommerce" ],
	"usesContext": [ "postId" ],
	"ancestor": [ "woocommerce/add-to-cart-with-options-variation-selector" ],
	"attributes": {
		"displayStyle": {
			"type": "string",
			"default": "woocommerce/product-filter-chips"
		},
		"autoselect": {
			"type": "boolean",
			"default": false
		},
		"disabledAttributesAction": {
			"type": "string",
			"enum": [ "disable", "hide" ],
			"default": "disable"
		}
	},
	"textdomain": "woocommerce",
	"apiVersion": 3,
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"supports": {
		"inserter": false,
		"interactivity": true
	},
	"style": "file:../woocommerce/add-to-cart-with-options-variation-selector-attribute-style.css"
}
