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 + } +}