feat: Add services-list block.json registration

This commit is contained in:
Keith Solomon
2026-07-24 23:28:25 -05:00
parent b32abfb8f6
commit a628973ed8
+16
View File
@@ -0,0 +1,16 @@
{
"name": "acf/services-list",
"title": "Services List",
"description": "A row of service cards. Card count (2, 3, or 4) determines the layout.",
"category": "common",
"icon": "grid-view",
"keywords": ["services", "cards", "mapping"],
"acf": {
"mode": "preview",
"renderTemplate": "services-list.php"
},
"supports": {
"anchor": true,
"align": false
}
}