{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ph-peeps/full-name",
  "version": "2.3.1",
  "title": "Full Name",
  "category": "peeps-people-directory",
  "icon": "id",
  "description": "Display a person's full name with configurable parts",
  "attributes": {
    "showFirst": {
      "type": "boolean",
      "default": true
    },
    "showMiddle": {
      "type": "boolean",
      "default": true
    },
    "showLast": {
      "type": "boolean",
      "default": true
    },
    "tagName": {
      "type": "string",
      "default": "h2"
    },
    "makeLink": {
      "type": "boolean",
      "default": false
    },
    "openInNewTab": {
      "type": "boolean",
      "default": false
    },
    "linkRel": {
      "type": "string",
      "default": ""
    },
    "style": {
      "type": "object"
    },
    "fontSize": {
      "type": "string"
    },
    "className": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "className": true,
    "color": {
      "text": true,
      "background": true,
      "link": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true,
      "__experimentalFontFamily": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalWritingMode": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ],
  "textdomain": "peeps-people-directory",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}