block.json
1 month ago
class-vk-blocks-check-using-vk-page-content-block.php
2 months ago
edit.js
2 months ago
icon.svg
2 months ago
index.js
2 months ago
index.php
2 months ago
block.json
19 lines
| 1 | { |
| 2 | "apiVersion": 3, |
| 3 | "name": "vk-blocks/page-content", |
| 4 | "title": "Page Content", |
| 5 | "category": "vk-blocks-cat", |
| 6 | "attributes": { |
| 7 | "TargetPost": { |
| 8 | "type": "number", |
| 9 | "default": -1 |
| 10 | } |
| 11 | }, |
| 12 | "description": "Displays the body content of the specified parent page.", |
| 13 | "textdomain": "vk-blocks", |
| 14 | "supports": { |
| 15 | "contentRole": true, |
| 16 | "className": true |
| 17 | } |
| 18 | } |
| 19 |