block.json
22 lines
| 1 | { |
| 2 | "name": "core/post-content", |
| 3 | "category": "kubio-template-parts", |
| 4 | "usesContext": ["postId", "postType"], |
| 5 | "supports": { |
| 6 | "align": false, |
| 7 | "html": false, |
| 8 | "kubio": { |
| 9 | "elementsEnum": { |
| 10 | "CONTAINER": "container" |
| 11 | }, |
| 12 | "elementsByName": { |
| 13 | "container": { |
| 14 | "wrapper": true, |
| 15 | "default": true |
| 16 | } |
| 17 | } |
| 18 | }, |
| 19 | "__experimentalDisableBlockOverlay": true |
| 20 | } |
| 21 | } |
| 22 |