Files
CWC/views/blocks/contact-block/block.json
T
Keith Solomon 54482b0e2b
Sync TODOs with Issues / sync_todos (push) Successful in 7s
feature: Build contact block
2026-05-27 18:50:01 -05:00

29 lines
703 B
JSON

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