37 lines
717 B
JSON
37 lines
717 B
JSON
{
|
|
"name": "woocommerce/mini-cart-title-block",
|
|
"version": "1.0.0",
|
|
"title": "Mini-Cart Title",
|
|
"description": "Block that displays the title of the Mini-Cart block.",
|
|
"category": "woocommerce",
|
|
"supports": {
|
|
"align": false,
|
|
"html": false,
|
|
"multiple": false,
|
|
"reusable": false,
|
|
"inserter": false,
|
|
"lock": false,
|
|
"color": {
|
|
"text": true,
|
|
"background": false
|
|
},
|
|
"typography": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"attributes": {
|
|
"lock": {
|
|
"type": "object",
|
|
"default": {
|
|
"remove": true,
|
|
"move": true
|
|
}
|
|
}
|
|
},
|
|
"parent": [
|
|
"woocommerce/filled-mini-cart-contents-block"
|
|
],
|
|
"textdomain": "woocommerce",
|
|
"apiVersion": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
} |