feature: Build contact block
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-05-27 18:50:01 -05:00
parent 5642bf4300
commit 54482b0e2b
8 changed files with 345 additions and 121 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "acf/contact-block",
"title": "Contact Block",
"description": "A full-width CTA banner with a background photo, decorative linework overlay, body text, and a link button.",
"style": [
"file:./contact-block.css"
],
"category": "vdi-block",
"icon": "block-default",
"keywords": [
"Contact Block"
],
"acf": {
"blockVersion": 3,
"autoInlineEditing": true,
"mode": "preview",
"renderTemplate": "contact-block.php"
},
"supports": {
"align": true,
"anchor": true,
"color": true,
"html": false,
"jsx": false,
"mode": true,
"multiple": false
}
}