File: //proc/self/cwd/wp-content/plugins/woocommerce/assets/client/blocks/catalog-sorting/block.json
{
"name": "woocommerce/catalog-sorting",
"title": "Catalog Sorting",
"description": "Enable customers to change the sorting order of the products.",
"category": "woocommerce",
"keywords": [ "WooCommerce" ],
"supports": {
"interactivity": {
"clientNavigation": true
},
"color": {
"text": true,
"background": false
},
"typography": {
"fontSize": true
}
},
"attributes": {
"fontSize": {
"type": "string",
"default": "small"
},
"useLabel": {
"type": "boolean",
"default": false
}
},
"textdomain": "woocommerce",
"apiVersion": 3,
"$schema": "https://schemas.wp.org/trunk/block.json"
}