plugin install
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "woocommerce/mini-cart-title-label-block",
|
||||
"version": "1.0.0",
|
||||
"title": "Mini-Cart Title Label",
|
||||
"description": "Block that displays the 'Your cart' part of the Mini-Cart Title block.",
|
||||
"category": "woocommerce",
|
||||
"supports": {
|
||||
"align": false,
|
||||
"html": false,
|
||||
"multiple": false,
|
||||
"reusable": false,
|
||||
"inserter": false,
|
||||
"lock": false,
|
||||
"color": {
|
||||
"text": true,
|
||||
"background": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true
|
||||
},
|
||||
"spacing": {
|
||||
"padding": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"label": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"parent": [ "woocommerce/mini-cart-title-block" ],
|
||||
"textdomain": "woocommerce",
|
||||
"apiVersion": 2,
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json"
|
||||
}
|
||||
Reference in New Issue
Block a user