woocommerce/plugins/woocommerce-blocks/assets/js/blocks/store-notices/block.json

22 lines
515 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": "woo-gutenberg-products-block",
"apiVersion": 2,
"$schema": "https://schemas.wp.org/trunk/block.json"
}