block.json
22 lines
| 1 | { |
| 2 | "name": "woocommerce/email-content", |
| 3 | "title": "Email Content", |
| 4 | "description": "A placeholder block for email content.", |
| 5 | "category": "woocommerce", |
| 6 | "textdomain": "woocommerce", |
| 7 | "supports": { |
| 8 | "inserter": false, |
| 9 | "email": true |
| 10 | }, |
| 11 | "attributes": { |
| 12 | "emailType": { |
| 13 | "type": "string" |
| 14 | }, |
| 15 | "postId": { |
| 16 | "type": "integer" |
| 17 | } |
| 18 | }, |
| 19 | "apiVersion": 3, |
| 20 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 21 | } |
| 22 |