{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "minutemailer/subscribe",
  "version": "0.1.6",
  "title": "Minutemailer Subscription Form",
  "category": "widgets",
  "icon": "email",
  "description": "Add a Minutemailer subscription form to your page.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "headline": {
      "type": "string",
      "default": ""
    },
    "paragraph": {
      "type": "string",
      "default": ""
    },
    "footerText": {
      "type": "string",
      "default": ""
    },
    "selectedList": {
      "type": "string",
      "default": ""
    },
    "selectedListUrl": {
      "type": "string",
      "default": ""
    },
    "successMessage": {
      "type": "string",
      "default": "Thank you for subscribing! Confirm your subscription"
    },
    "fullWidthButton": {
      "type": "boolean",
      "default": true
    },
    "showLabels": {
      "type": "boolean",
      "default": false
    },
    "emailLabel": {
      "type": "string",
      "default": "Email"
    },
    "nameLabel": {
      "type": "string",
      "default": "Name"
    },
    "showNameField": {
      "type": "boolean",
      "default": true
    },
    "showConsent": {
      "type": "boolean",
      "default": false
    },
    "consentText": {
      "type": "string",
      "default": "I agree to receive marketing communications from this website."
    },
    "showPromotion": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "minutemailer",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}