{
  "apiVersion": 3,
  "title": "Embedded Forms",
  "name": "b3rg/embedded-forms",
  "version": "1.0.0",
  "category": "b3rg",
  "description": "Integrate forms seamlessly into your content for efficient data collection.",
  "attributes": {
    "embeddedFormId": {
      "type": "string",
      "default": "0"
    },
    "formType": {
      "type": "string",
      "default": ""
    },
    "contactForm": {
      "type": "object",
      "default": {
        "contactFormId": ""
      }
    },
    "hubspotForm": {
      "type": "object",
      "default": {
        "hubspotFormId": "",
        "portalId": "",
        "sfdcCampaignId": "",
        "regionId": "",
        "enableCss": false
      }
    },
    "marketoForm": {
      "type": "object",
      "default": {
        "marketoBaseUrl": "",
        "munchkinId": "",
        "marketoFormId": ""
      }
    },
    "responseMessage": {
      "type": "string",
      "default": "Thank you!"
    },
    "responseType": {
      "type": "string",
      "default": "redirect"
    },
    "redirect": {
      "type": "object",
      "default": {
        "redirectURL": {},
        "linkOpenType": false
      }
    },
    "download": {
      "type": "object",
      "default": {}
    },
    "popup": {
      "type": "object",
      "default": {
        "popupVideo": "url",
        "customVideoScript": "",
        "popupVideoURL": "",
        "popupVideoUploadURL": "",
        "popupVideoUploadName": ""
      }
    },
    "blockClassNames": {
      "type": "array",
      "default": [
        {
          "value": "e-emf--dlt",
          "label": "Dlt"
        }
      ]
    },
    "blockVisibility": {
      "type": "boolean",
      "default": true
    },
    "label": {
      "type": "string",
      "default": ""
    },
    "cookieValidity": {
      "type": "number",
      "default": 1
    },
    "responseHeading": {
      "type": "string",
      "default": "Thank you!"
    },
    "headingTag": {
      "type": "string",
      "default": "h2"
    }
  },
  "supports": {
    "html": false,
    "customClassName": false
  },
  "usesContext": [
    "b3rg/showGatedContent"
  ],
  "textdomain": "b3rg",
  "editorScript": "file:index.js",
  "editorStyle": "file:index.css",
  "style": "file:style-index.css"
}