{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ph-peeps/email",
  "version": "2.3.1",
  "title": "Email Address",
  "category": "peeps-people-directory",
  "icon": "at-symbol",
  "description": "Display a person's email address",
  "attributes": {
    "tagName": {
      "type": "string",
      "default": "p"
    },
    "makeLink": {
      "type": "boolean",
      "default": false
    },
    "prefix": {
      "type": "string",
      "default": ""
    },
    "className": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "className": true,
    "color": {
      "text": true,
      "background": true,
      "link": true,
      "gradients": 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
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "usesContext": [
    "postId",
    "postType"
  ],
  "textdomain": "peeps-people-directory",
  "editorScript": "file:./index.js",
  "style": "file:./style.css",
  "render": "file:./render.php"
}