block.json
25 lines
| 1 | { |
| 2 | "name": "mailpoet/latest-posts-template", |
| 3 | "version": "1.0.0", |
| 4 | "title": "Post Template", |
| 5 | "description": "Block layout that repeats for each of the latest posts.", |
| 6 | "category": "mailpoet", |
| 7 | "parent": ["mailpoet/latest-posts"], |
| 8 | "textdomain": "mailpoet", |
| 9 | "icon": "layout", |
| 10 | "supports": { |
| 11 | "html": false, |
| 12 | "reusable": false, |
| 13 | "inserter": false, |
| 14 | "email": true |
| 15 | }, |
| 16 | "usesContext": [ |
| 17 | "mailpoet/latestPostsQuery", |
| 18 | "mailpoet/latestPostsDisplayLayout", |
| 19 | "postId", |
| 20 | "postType" |
| 21 | ], |
| 22 | "apiVersion": 3, |
| 23 | "$schema": "https://schemas.wp.org/trunk/block.json" |
| 24 | } |
| 25 |