block.json
22 lines
| 1 | { |
| 2 | "name": "woocommerce/product-results-count", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Product Results Count", |
| 5 | "description": "Display the number of products on the archive page or search result page.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce" ], |
| 8 | "supports": { |
| 9 | "color": { |
| 10 | "text": true, |
| 11 | "background": false |
| 12 | }, |
| 13 | "typography": { |
| 14 | "fontSize": true |
| 15 | } |
| 16 | }, |
| 17 | "attributes": {}, |
| 18 | "textdomain": "woocommerce", |
| 19 | "apiVersion": 2, |
| 20 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 21 | } |
| 22 |