oont-contents/plugins/woocommerce/assets/client/blocks/product-collection-no-results/block.json
2025-02-08 15:10:23 +01:00

35 lines
947 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "woocommerce/product-collection-no-results",
"title": "No results",
"version": "1.0.0",
"category": "woocommerce",
"description": "The contents of this block will display when there are no products found.",
"textdomain": "woocommerce",
"keywords": [ "Product Collection" ],
"usesContext": [ "queryId", "query" ],
"ancestor": [ "woocommerce/product-collection" ],
"supports": {
"align": true,
"reusable": false,
"html": false,
"color": {
"gradients": true,
"link": true
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
}
}