30 lines
883 B
JSON
30 lines
883 B
JSON
{
|
|
"name": "woocommerce/add-to-cart-with-options-variation-selector-attribute-options",
|
|
"title": "Variation Selector: Attribute Options (Beta)",
|
|
"description": "Display the attribute options associated with a variable product.",
|
|
"category": "woocommerce-product-elements",
|
|
"keywords": [ "WooCommerce" ],
|
|
"ancestor": [
|
|
"woocommerce/add-to-cart-with-options-variation-selector-attribute"
|
|
],
|
|
"attributes": {
|
|
"optionStyle": {
|
|
"type": "string",
|
|
"enum": [ "pills", "dropdown" ]
|
|
}
|
|
},
|
|
"textdomain": "woocommerce",
|
|
"apiVersion": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"supports": {
|
|
"inserter": false,
|
|
"interactivity": true
|
|
},
|
|
"usesContext": [
|
|
"woocommerce/attributeId",
|
|
"woocommerce/attributeName",
|
|
"woocommerce/attributeTerms"
|
|
],
|
|
"style": "file:../woocommerce/add-to-cart-with-options-variation-selector-attribute-options-style.css"
|
|
}
|