feature: News Block
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-14 13:13:51 -05:00
parent cf48357b1b
commit a5bc258b04
4 changed files with 421 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"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
}
}