{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "contactcamo/email-link",
  "version": "1.0.26",
  "title": "Contact Camo",
  "category": "widgets",
  "icon": "email",
  "description": "Protect an email address from scrapers. Optionally show a contact form.",
  "keywords": [
    "email",
    "spam",
    "obfuscate",
    "contact",
    "hide"
  ],
  "textdomain": "contactcamo",
  "attributes": {
    "email": {
      "type": "string",
      "default": ""
    },
    "label": {
      "type": "string",
      "default": "Email"
    },
    "subject": {
      "type": "string",
      "default": ""
    },
    "display": {
      "type": "string",
      "default": "both"
    },
    "containerPadding": {
      "type": "number",
      "default": 15
    },
    "formWidth": {
      "type": "number",
      "default": 325
    },
    "iconSize": {
      "type": "string",
      "default": "sm"
    },
    "iconSizePx": {
      "type": "number",
      "default": 20
    },
    "formTitle": {
      "type": "string",
      "default": "Compose Email Message"
    },
    "textColor": {
      "type": "string",
      "default": ""
    },
    "form": {
      "type": "boolean",
      "default": false
    },
    "popup": {
      "type": "boolean",
      "default": false
    },
    "button": {
      "type": "boolean",
      "default": false
    },
    "icon": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "className": true,
    "anchor": true
  },
  "editorScript": "file:./index.js"
}