{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/mailchimp-field-first-name",
  "description": "Adds a first-name field to a Mailchimp form.",
  "category": "getwid-blocks",
  "title": "First name",
  "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"
}