{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/team-block",
  "version": "1.7.2",
  "title": "Team Block",
  "category": "necessary-blocks",
  "icon": "buddicons-buddypress-logo",
  "description": "Customizable block designed to showcase team members or individuals.",
  "allowedBlocks": [
    "necessary-block/member-card"
  ],
  "example": {},
  "supports": {
    "html": false,
    "__experimentalExposeControlsToChildren": true,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": false
    },
    "spacing": {
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "blockGap": true,
        "margin": false,
        "padding": true
      }
    },
    "typography": {
      "fontSize": true,
      "textAlign": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "layout": {
      "allowSwitching": true,
      "allowInheriting": true,
      "default": {
        "type": "flex"
      }
    },
    "interactivity": {
      "clientNavigation": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "memberBackground": {
      "type": "string",
      "default": "#D9D9D9"
    }
  },
  "providesContext": {
    "memberBackground": "memberBackground"
  },
  "keywords": [
    "Team Block",
    "necessary Blocks",
    "Team",
    "Member Block",
    "Member Card"
  ],
  "textdomain": "team-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}