block.json
22 lines
| 1 | { |
| 2 | "name": "woocommerce/store-notices", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Store Notices", |
| 5 | "description": "Display shopper-facing notifications generated by WooCommerce or extensions.", |
| 6 | "category": "woocommerce", |
| 7 | "keywords": [ "WooCommerce" ], |
| 8 | "supports": { |
| 9 | "multiple": false, |
| 10 | "align": [ "wide", "full" ] |
| 11 | }, |
| 12 | "attributes": { |
| 13 | "align": { |
| 14 | "type": "string", |
| 15 | "default": "wide" |
| 16 | } |
| 17 | }, |
| 18 | "textdomain": "woocommerce", |
| 19 | "apiVersion": 2, |
| 20 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 21 | } |
| 22 |