2023-01-27 17:31:13 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce/breadcrumbs",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"title": "Store Breadcrumbs",
|
|
|
|
"description": "Enable customers to keep track of their location within the store and navigate back to parent pages.",
|
|
|
|
"category": "woocommerce",
|
|
|
|
"keywords": [ "WooCommerce" ],
|
|
|
|
"textdomain": "woo-gutenberg-products-block",
|
|
|
|
"attributes": {
|
|
|
|
"contentJustification": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"fontSize": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "small"
|
|
|
|
},
|
|
|
|
"align": {
|
|
|
|
"type": "string",
|
|
|
|
"default": "wide"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
|
|
|
"align": [ "wide", "full" ],
|
|
|
|
"color": {
|
|
|
|
"background": false,
|
2023-02-01 15:31:45 +00:00
|
|
|
"link": true
|
2023-01-27 17:31:13 +00:00
|
|
|
},
|
|
|
|
"html": false,
|
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
2023-02-01 15:31:45 +00:00
|
|
|
"lineHeight": true
|
2023-01-27 17:31:13 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"apiVersion": 2,
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
|
|
}
|