26 lines
508 B
JSON
26 lines
508 B
JSON
{
|
|
"name": "woocommerce/store-notices",
|
|
"version": "1.0.0",
|
|
"title": "Store Notices",
|
|
"description": "Display shopper-facing notifications generated by WooCommerce or extensions.",
|
|
"category": "woocommerce",
|
|
"keywords": [
|
|
"WooCommerce"
|
|
],
|
|
"supports": {
|
|
"multiple": false,
|
|
"align": [
|
|
"wide",
|
|
"full"
|
|
]
|
|
},
|
|
"attributes": {
|
|
"align": {
|
|
"type": "string",
|
|
"default": "wide"
|
|
}
|
|
},
|
|
"textdomain": "woocommerce",
|
|
"apiVersion": 3,
|
|
"$schema": "https://schemas.wp.org/trunk/block.json"
|
|
} |