{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/member-block",
  "version": "1.7.1",
  "title": "Member Block",
  "icon": "id",
  "description": "Team block single",
  "parent": [
    "necessary-block/team-block"
  ],
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "text": true,
      "enableContrastChecker": false
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    },
    "className": true,
    "customClassName": true
  },
  "usesContext": [
    "memberBackground"
  ],
  "attributes": {
    "name": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "image": {
      "type": "object"
    },
    "featuredImageSizeSlug": {
      "type": "string"
    },
    "featuredImageSizeWidth": {
      "type": "number",
      "default": null
    },
    "featuredImageSizeHeight": {
      "type": "number",
      "default": null
    },
    "featuredImageAlign": {
      "type": "string",
      "enum": [
        "left",
        "center",
        "right"
      ]
    },
    "linkBehavior": {
      "type": "string",
      "default": ""
    },
    "memberBackground": {
      "type": "string"
    }
  },
  "keywords": [
    "member",
    "team",
    "person",
    "staff",
    "employee"
  ],
  "textdomain": "member-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}