{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/mailchimp-field-email",
  "description": "Adds an email field to a Mailchimp form.",
  "category": "getwid-blocks",
  "title": "Email address",
  "parent": [
    "getwid/mailchimp"
  ],
  "supports": {
    "multiple": false,
    "reusable": false,
    "html": false
  },
  "attributes": {
    "label": {
      "type": "string",
      "default": null
    },
    "required": {
      "type": "boolean",
      "default": false
    },
    "placeholder": {
      "type": "string",
      "default": ""
    },
    "id": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js"
}