28 lines
608 B
JSON
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
|
|
}
|
|
}
|