42 lines
816 B
JSON
42 lines
816 B
JSON
{
|
|
"name": "woocommerce/mini-cart-cart-button-block",
|
|
"version": "1.0.0",
|
|
"title": "Mini-Cart View Cart Button",
|
|
"description": "Block that displays the cart button when the Mini-Cart has products.",
|
|
"category": "woocommerce",
|
|
"supports": {
|
|
"align": false,
|
|
"html": false,
|
|
"multiple": false,
|
|
"reusable": false,
|
|
"inserter": true,
|
|
"color": {
|
|
"text": true,
|
|
"background": true
|
|
}
|
|
},
|
|
"attributes": {
|
|
"lock": {
|
|
"type": "object",
|
|
"default": {
|
|
"remove": false,
|
|
"move": false
|
|
}
|
|
}
|
|
},
|
|
"styles": [
|
|
{
|
|
"name": "fill",
|
|
"label": "Fill"
|
|
},
|
|
{
|
|
"name": "outline",
|
|
"label": "Outline",
|
|
"isDefault": true
|
|
}
|
|
],
|
|
"parent": [ "woocommerce/mini-cart-footer-block" ],
|
|
"textdomain": "woocommerce",
|
|
"apiVersion": 2,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
}
|