# blockenberg/2.0.7/blocks/team-card/block.json

Blockenberg — 600+ Advanced Gutenberg Blocks &amp; AI Agent for WordPress Block Editor, version 2.0.7. 213 lines.

- Page: https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/team-card/block.json
- Raw: https://pluginprobe.com/plugins/blockenberg/2.0.7/raw/blocks/team-card/block.json
- Modified: 2026-03-06T12:32:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/blockenberg/2.0.7/code/blocks/team-card/block.json#L10-L20`.

```json
{
  "apiVersion": 3,
  "name": "blockenberg/team-card",
  "title": "Team Card",
  "category": "bkbg-business",
  "icon": "admin-users",
  "description": "Standalone team member card with photo, name, role, bio, skills, and social links.",
  "keywords": [
    "team",
    "member",
    "person",
    "card",
    "bio",
    "staff",
    "profile",
    "avatar"
  ],
  "textdomain": "blockenberg",
  "editorScript": "bkbg-team-card-editor",
  "editorStyle": "bkbg-team-card-style",
  "style": "bkbg-team-card-style",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "name": {
      "type": "string",
      "default": "Alex Johnson"
    },
    "role": {
      "type": "string",
      "default": "Co-Founder & CEO"
    },
    "bio": {
      "type": "string",
      "default": "Alex brings 15+ years of experience building and scaling SaaS products from 0 to 100k users. Previously led product at two unicorn startups."
    },
    "photoUrl": {
      "type": "string",
      "default": ""
    },
    "photoId": {
      "type": "number",
      "default": 0
    },
    "photoSize": {
      "type": "number",
      "default": 120
    },
    "showPhoto": {
      "type": "boolean",
      "default": true
    },
    "twitterUrl": {
      "type": "string",
      "default": ""
    },
    "linkedinUrl": {
      "type": "string",
      "default": ""
    },
    "githubUrl": {
      "type": "string",
      "default": ""
    },
    "emailAddress": {
      "type": "string",
      "default": ""
    },
    "websiteUrl": {
      "type": "string",
      "default": ""
    },
    "showSocials": {
      "type": "boolean",
      "default": true
    },
    "skills": {
      "type": "array",
      "default": [
        {
          "label": "Product Strategy"
        },
        {
          "label": "Growth"
        },
        {
          "label": "Leadership"
        }
      ]
    },
    "showSkills": {
      "type": "boolean",
      "default": true
    },
    "style": {
      "type": "string",
      "default": "card"
    },
    "cardLayout": {
      "type": "string",
      "default": "portrait"
    },
    "accentColor": {
      "type": "string",
      "default": "#6c3fb5"
    },
    "maxWidth": {
      "type": "number",
      "default": 380
    },
    "cardRadius": {
      "type": "number",
      "default": 20
    },
    "cardPadding": {
      "type": "number",
      "default": 32
    },
    "photoRadius": {
      "type": "number",
      "default": 50
    },
    "nameTypo": {
      "type": "object",
      "default": {}
    },
    "roleTypo": {
      "type": "object",
      "default": {}
    },
    "bioTypo": {
      "type": "object",
      "default": {}
    },
    "skillSize": {
      "type": "number",
      "default": 12
    },
    "iconSize": {
      "type": "number",
      "default": 18
    },
    "align": {
      "type": "string",
      "default": "center"
    },
    "bgColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "nameColor": {
      "type": "string",
      "default": "#0f172a"
    },
    "roleColor": {
      "type": "string",
      "default": "#6c3fb5"
    },
    "bioColor": {
      "type": "string",
      "default": "#475569"
    },
    "borderColor": {
      "type": "string",
      "default": "#e2e8f0"
    },
    "iconColor": {
      "type": "string",
      "default": "#64748b"
    },
    "skillBg": {
      "type": "string",
      "default": "#f1f5f9"
    },
    "skillColor": {
      "type": "string",
      "default": "#334155"
    },
    "nameLineHeight": {
      "type": "number",
      "default": 1.2
    },
    "bioLineHeight": {
      "type": "number",
      "default": 1.6
    },
    "nameSize": {
      "type": "number",
      "default": 22
    },
    "nameWeight": {
      "type": "number",
      "default": 700
    },
    "roleSize": {
      "type": "number",
      "default": 14
    },
    "roleWeight": {
      "type": "number",
      "default": 500
    },
    "bioSize": {
      "type": "number",
      "default": 15
    }
  }
}
```
