{
  "apiVersion": 3,
  "name": "lzm/lead-button",
  "version": "1.0.0",
  "title": "LZM Lead Button",
  "category": "widgets",
  "icon": "whatsapp",
  "description": "Prevent accidental clicks. Add a confirmation form before opening WhatsApp to ensure only real leads are counted.",
  "supports": {
    "html": false,
    "interactivity": true,
    "align": false,
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "link": true,
      "__experimentalSkipSerialization": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": false,
      "fontFamily": true,
      "fontWeight": true,
      "fontStyle": true,
      "textTransform": true,
      "textDecoration": true,
      "letterSpacing": true,
      "textAlign": false,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "fontAppearance": true
      }
    },
    "spacing": {
      "margin": [
        "top",
        "bottom"
      ],
      "padding": true,
      "blockGap": true,
      "__experimentalSkipSerialization": [
        "padding",
        "blockGap"
      ]
    },
    "border": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalSkipSerialization": true
    },
    "shadow": {
      "__experimentalSkipSerialization": true
    },
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true
    }
  },
  "attributes": {
    "buttonAlignment": {
      "type": "string",
      "default": "left"
    },
    "useCustomLink": {
      "type": "boolean",
      "default": false
    },
    "phoneNumber": {
      "type": "string",
      "default": ""
    },
    "customUrl": {
      "type": "string",
      "default": ""
    },
    "buttonText": {
      "type": "string",
      "default": "WhatsApp"
    },
    "modalTitle": {
      "type": "string"
    },
    "minNameLength": {
      "type": "number",
      "default": 2
    },
    "modalButtonText": {
      "type": "string"
    },
    "modalIconVariant": {
      "type": "string",
      "default": "none"
    },
    "maxWidth": {
      "type": "string",
      "default": "300px"
    },
    "iconSize": {
      "type": "string",
      "default": "24px"
    },
    "openInNewTab": {
      "type": "boolean",
      "default": true
    },
    "placeholderText": {
      "type": "string"
    },
    "iconVariant": {
      "type": "string",
      "default": "outline"
    },
    "overlayColor": {
      "type": "string",
      "default": "rgba(0, 0, 0, 0.7)"
    },
    "modalBackgroundColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "modalTextColor": {
      "type": "string",
      "default": "#1f2937"
    },
    "modalBtnColor": {
      "type": "string",
      "default": "#25d366"
    },
    "modalBtnTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "modalBtnBorderColor": {
      "type": "string",
      "default": ""
    },
    "messagePrefix": {
      "type": "string"
    },
    "messageSuffix": {
      "type": "string",
      "default": ""
    },
    "mainButtonId": {
      "type": "string",
      "default": ""
    },
    "modalButtonId": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "lzm-lead-button",
  "editorScript": "file:./index.js",
  "viewScriptModule": "file:./view.js",
  "render": "file:./render.php",
  "style": "file:./style-index.css"
}