Files
VDI-Starter/views/blocks/contact-info/block.json
2025-11-11 15:17:33 -06:00

28 lines
608 B
JSON

{
"name": "acf/contact-info",
"title": "Contact Info Block",
"description": "Show contact information with icons and optional form.",
"style": [
"file:./contact-info.css"
],
"category": "vdi-block",
"icon": "feedback",
"keywords": [
"contact info",
"contact form"
],
"acf": {
"mode": "preview",
"renderTemplate": "contact-info.php"
},
"supports": {
"align": true,
"anchor": true,
"color": false,
"html": false,
"jsx": true,
"mode": true,
"multiple": false
}
}