feat: bootstrap Community Works Collaborative theme from starter

This commit is contained in:
Keith Solomon
2026-05-02 10:14:49 -05:00
commit a21ad94189
152 changed files with 28363 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"name": "acf/contact-info",
"title": "Contact Info Block",
"description": "Show contact information with icons and optional form.",
"style": [
"file:./contact-info.css"
],
"category": "vdi-blocks",
"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
}
}