Flatlogic Bot 30fe60f3ea Fazliddin
2026-01-29 11:42:42 +00:00

26 lines
884 B
JSON

{
"name": "woocommerce/add-to-cart-with-options",
"title": "Add to Cart + Options (Beta)",
"description": "Use blocks to create an \"Add to cart\" area that's customized for different product types, such as variable and grouped. ",
"category": "woocommerce-product-elements",
"attributes": {
"isDescendantOfAddToCartWithOptions": {
"type": "boolean",
"default": true
}
},
"usesContext": [ "postId" ],
"providesContext": {
"woocommerce/isDescendantOfAddToCartWithOptions": "isDescendantOfAddToCartWithOptions"
},
"textdomain": "woocommerce",
"supports": {
"interactivity": true
},
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json",
"viewScriptModule": "woocommerce/add-to-cart-with-options",
"style": "file:../woocommerce/add-to-cart-with-options-style.css",
"editorStyle": "file:../woocommerce/add-to-cart-with-options-editor.css"
}