Files
Keith Solomon 868c2cc70a
Sync TODOs with Issues / sync_todos (push) Successful in 6s
feature: Add Recent Projects block
2026-08-18 16:39:26 -05:00

27 lines
594 B
JSON

{
"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
}
}