feature: Add Recent Projects block
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-08-18 16:39:26 -05:00
parent d4df6d8678
commit 868c2cc70a
4 changed files with 83 additions and 19 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "acf/recent-projects",
"title": "Recent Projects",
"description": "Block to display recent projects on the home page.",
"style": [
"file:./recent-projects.css"
],
"category": "sf-blocks",
"icon": "block-default",
"keywords": [
"recent-projects"
],
"acf": {
"mode": "preview",
"renderTemplate": "recent-projects.php"
},
"supports": {
"align": true,
"anchor": true,
"color": true,
"html": false,
"jsx": false,
"mode": true,
"multiple": false
}
}