feat: Add team-grid block.json registration

This commit is contained in:
Keith Solomon
2026-07-25 13:17:40 -05:00
parent 379dee3ea6
commit c1ac1d659b
+16
View File
@@ -0,0 +1,16 @@
{
"name": "acf/team-grid",
"title": "Team Grid",
"description": "A responsive grid of team members. Click a card to expand the bio.",
"category": "common",
"icon": "groups",
"keywords": ["team", "people", "staff", "bio"],
"acf": {
"mode": "preview",
"renderTemplate": "team-grid.php"
},
"supports": {
"anchor": true,
"align": false
}
}