17 lines
592 B
JSON
17 lines
592 B
JSON
{
|
|
"name": "woocommerce/add-to-cart-with-options-variation-selector",
|
|
"title": "Variation Selector (Beta)",
|
|
"description": "Display any product variations available to select from and add to cart.",
|
|
"category": "woocommerce-product-elements",
|
|
"keywords": [ "WooCommerce" ],
|
|
"usesContext": [ "postId" ],
|
|
"ancestor": [ "woocommerce/add-to-cart-with-options" ],
|
|
"textdomain": "woocommerce",
|
|
"apiVersion": 3,
|
|
"supports": {
|
|
"interactivity": true
|
|
},
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"viewScriptModule": "woocommerce/add-to-cart-with-options-variation-selector"
|
|
}
|