block.json
29 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "woocommerce/conditional", |
| 5 | "title": "Conditional", |
| 6 | "category": "widgets", |
| 7 | "description": "Container to only conditionally render inner blocks.", |
| 8 | "textdomain": "default", |
| 9 | "attributes": { |
| 10 | "mustMatch": { |
| 11 | "__experimentalRole": "content", |
| 12 | "type": "array", |
| 13 | "items": { |
| 14 | "type": "object" |
| 15 | }, |
| 16 | "default": [] |
| 17 | } |
| 18 | }, |
| 19 | "supports": { |
| 20 | "align": false, |
| 21 | "html": false, |
| 22 | "multiple": true, |
| 23 | "reusable": false, |
| 24 | "inserter": false, |
| 25 | "lock": false, |
| 26 | "__experimentalToolbar": false |
| 27 | } |
| 28 | } |
| 29 |