23 lines
455 B
JSON
23 lines
455 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "woocommerce/all-reviews",
|
|
"title": "All Reviews",
|
|
"category": "woocommerce",
|
|
"keywords": [ "WooCommerce" ],
|
|
"description": "Show a list of all product reviews.",
|
|
"textdomain": "woocommerce",
|
|
"supports": {
|
|
"html": false,
|
|
"interactivity": {
|
|
"clientNavigation": true
|
|
},
|
|
"color": {
|
|
"background": false
|
|
},
|
|
"typography": {
|
|
"fontSize": true
|
|
}
|
|
}
|
|
}
|