oont-contents/plugins/woocommerce/assets/client/blocks/add-to-cart-with-options/block.json
2025-02-10 13:57:45 +01:00

20 lines
527 B
JSON

{
"name": "woocommerce/add-to-cart-with-options",
"version": "1.0.0",
"title": "Add to Cart with Options (Experimental)",
"description": "Create an \"Add To Cart\" composition by using blocks",
"category": "woocommerce-product-elements",
"attributes": {
"isDescendentOfSingleProductBlock": {
"type": "boolean",
"default": false
}
},
"usesContext": [ "postId" ],
"textdomain": "woocommerce",
"supports": {
"interactivity": true
},
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json"
}