Files
CWC/views/blocks/recent-posts/block.json
T
Keith Solomon a5bc258b04
Sync TODOs with Issues / sync_todos (push) Successful in 6s
feature: News Block
2026-06-14 13:13:51 -05:00

29 lines
645 B
JSON

{
"name": "acf/recent-posts",
"title": "Recent Posts",
"description": "Display the latest posts in a three-column card layout.",
"style": [
"file:./recent-posts.css"
],
"category": "vdi-block",
"icon": "calendar-alt",
"keywords": [
"Recent Posts"
],
"acf": {
"blockVersion": 3,
"autoInlineEditing": true,
"mode": "preview",
"renderTemplate": "recent-posts.php"
},
"supports": {
"align": true,
"anchor": true,
"color": true,
"html": false,
"jsx": false,
"mode": true,
"multiple": false
}
}