From c1ac1d659bd4f9bd2dc0369985b5b3004b3e8d32 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 25 Jul 2026 13:17:40 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Add=20team-grid=20block.jso?= =?UTF-8?q?n=20registration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/blocks/team-grid/block.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 views/blocks/team-grid/block.json diff --git a/views/blocks/team-grid/block.json b/views/blocks/team-grid/block.json new file mode 100644 index 0000000..043bf8e --- /dev/null +++ b/views/blocks/team-grid/block.json @@ -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 + } +}