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

This commit is contained in:
Keith Solomon
2026-06-14 13:56:14 -05:00
parent a5bc258b04
commit 307325ac5f
6 changed files with 434 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "acf/our-work",
"title": "Our Work",
"description": "Homepage Our Work block.",
"style": [
"file:./our-work.css"
],
"category": "vdi-block",
"icon": "groups",
"keywords": [
"Our Work"
],
"acf": {
"blockVersion": 3,
"autoInlineEditing": true,
"mode": "preview",
"renderTemplate": "our-work.php"
},
"supports": {
"align": true,
"anchor": true,
"color": true,
"html": false,
"jsx": true,
"mode": true,
"multiple": false
}
}