44 lines
763 B
JSON
44 lines
763 B
JSON
{
|
|
"name": "woocommerce/mini-cart-contents",
|
|
"version": "1.0.0",
|
|
"title": "Mini-Cart Contents",
|
|
"description": "Display a Mini-Cart widget.",
|
|
"category": "woocommerce",
|
|
"supports": {
|
|
"align": false,
|
|
"html": false,
|
|
"multiple": false,
|
|
"reusable": false,
|
|
"inserter": false,
|
|
"color": {
|
|
"text": true,
|
|
"background": true,
|
|
"link": true
|
|
},
|
|
"lock": false,
|
|
"__experimentalBorder": {
|
|
"color": true,
|
|
"width": true
|
|
}
|
|
},
|
|
"attributes": {
|
|
"isPreview": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"lock": {
|
|
"type": "object",
|
|
"default": {
|
|
"remove": true,
|
|
"move": true
|
|
}
|
|
},
|
|
"width": {
|
|
"type": "string",
|
|
"default": "480px"
|
|
}
|
|
},
|
|
"apiVersion": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
}
|