{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ablocks/form-builder",
  "version": "0.1.0",
  "title": "Form Builder",
  "category": "ablocks",
  "description": "Add customizable, impactful forms.",
  "example": [],
  "supports": {
    "html": true,
    "anchor": true
  },
  "textdomain": "ablocks",
  "editorStyle": [
    "ablocks-animate-style",
    "ablocks-common-style",
    "file:./style.css"
  ],
  "editorScript": [
    "ablocks-common-script",
    "file:./view.js"
  ],
  "attributes": {
    "block_id": {
      "type": "string",
      "default": ""
    },
    "variationSelected": {
      "type": "boolean",
      "default": true
    },
    "postId": {
      "type": "number",
      "default": ""
    },
    "showLabels": {
      "type": "boolean",
      "default": true
    },
    "loginRedirect": {
      "type": "boolean",
      "default": false
    },
    "registerRedirect": {
      "type": "boolean",
      "default": false
    },
    "navigatorAccess": {
      "type": "boolean",
      "default": false
    },
    "formName": {
      "type": "string",
      "default": ""
    },
    "formType": {
      "type": "string",
      "default": ""
    },
    "formActions": {
      "type": "array",
      "default": []
    },
    "childDetails": {
      "type": "array",
      "default": []
    },
    "labelColor": {
      "type": "string",
      "default": "#000000"
    },
    "helperTextColor": {
      "type": "string",
      "default": ""
    },
    "customForm": {
      "type": "boolean",
      "default": false
    },
    "inputColor": {
      "type": "string",
      "default": ""
    },
    "inputBgColor": {
      "type": "string",
      "default": "white"
    },
    "inputPlaceholderColor": {
      "type": "string",
      "default": ""
    },
    "buttonSize": {
      "type": "string",
      "default": "full-width"
    },
    "buttonColor": {
      "type": "string",
      "default": ""
    },
    "buttonBgColor": {
      "type": "string",
      "default": ""
    },
    "buttonHColor": {
      "type": "string",
      "default": ""
    },
    "buttonBgHColor": {
      "type": "string",
      "default": ""
    },
    "buttonText": {
      "type": "string",
      "default": "Submit Here"
    },
    "emailOneTo": {
      "type": "string",
      "default": "someone@example.com"
    },
    "emailOneSubject": {
      "type": "string",
      "default": "New message"
    },
    "emailOneMessage": {
      "type": "string",
      "default": "{all-fields}"
    },
    "emailOneFormEmail": {
      "type": "string",
      "default": "someone@example.com"
    },
    "emailOneFormName": {
      "type": "string",
      "default": "Local Name"
    },
    "emailOneReplyTo": {
      "type": "string",
      "default": "someone@example.com"
    },
    "emailOneCc": {
      "type": "string",
      "default": ""
    },
    "emailOneBcc": {
      "type": "string",
      "default": ""
    },
    "emailOneType": {
      "type": "string",
      "default": "HTML"
    },
    "emailTwoTo": {
      "type": "string",
      "default": "someone@example.com"
    },
    "emailTwoSubject": {
      "type": "string",
      "default": "New message"
    },
    "emailTwoMessage": {
      "type": "string",
      "default": "{all-fields}"
    },
    "emailTwoFormEmail": {
      "type": "string",
      "default": "someone@example.com"
    },
    "emailTwoFormName": {
      "type": "string",
      "default": "Local Name"
    },
    "emailTwoReplyTo": {
      "type": "string",
      "default": "someone@example.com"
    },
    "emailTwoCc": {
      "type": "string",
      "default": ""
    },
    "emailTwoBcc": {
      "type": "string",
      "default": ""
    },
    "emailTwoType": {
      "type": "string",
      "default": "HTML"
    },
    "mailchimpOption": {
      "type": "string",
      "default": "default"
    },
    "mailchimpApiKey": {
      "type": "string",
      "default": ""
    },
    "mailchimpValidateApi": {
      "type": "boolean",
      "default": false
    },
    "mailchimpListIdOptions": {
      "type": "array",
      "default": [
        {
          "label": "select options",
          "value": "default"
        }
      ]
    },
    "mailchimpMapFields": {
      "type": "array",
      "default": []
    },
    "mailchimpMapSelects": {
      "type": "object"
    },
    "mailchimpListId": {
      "type": "string",
      "default": "default"
    },
    "mailchimpgroupsOptions": {
      "type": "array",
      "default": []
    },
    "mailchimpgroupSelects": {
      "type": "array",
      "default": []
    },
    "mailchimpTags": {
      "type": "string",
      "default": ""
    },
    "mapEmailOptions": {
      "type": "array",
      "default": [
        {
          "label": "None",
          "value": "default"
        }
      ]
    },
    "mailchimpEmailSelects": {
      "type": "string",
      "default": "default"
    },
    "mapOtherOptions": {
      "type": "array",
      "default": [
        {
          "label": "None",
          "value": "default"
        }
      ]
    },
    "showDoubleOpt": {
      "type": "boolean",
      "default": false
    },
    "mailchimpStatus": {
      "type": "string",
      "default": ""
    },
    "mailerliteOption": {
      "type": "string",
      "default": "default"
    },
    "mailerliteApiKey": {
      "type": "string",
      "default": ""
    },
    "mailerliteValidateApi": {
      "type": "boolean",
      "default": false
    },
    "mailerliteGroupId": {
      "type": "string",
      "default": "default"
    },
    "mailerliteGroupIdOptions": {
      "type": "array",
      "default": [
        {
          "label": "select options",
          "value": "default"
        }
      ]
    },
    "mailerliteMapFields": {
      "type": "array",
      "default": []
    },
    "mailerliteMapSelects": {
      "type": "object"
    },
    "allowReSubscribe": {
      "type": "boolean",
      "default": false
    },
    "dripOption": {
      "type": "string",
      "default": "default"
    },
    "dripApiKey": {
      "type": "string",
      "default": ""
    },
    "dripValidateApi": {
      "type": "boolean",
      "default": false
    },
    "dripAccountIdOptions": {
      "type": "array",
      "default": [
        {
          "label": "select options",
          "value": "default"
        }
      ]
    },
    "dripAccountId": {
      "type": "string",
      "default": "default"
    },
    "dripMapFields": {
      "type": "array",
      "default": []
    },
    "dripMapSelects": {
      "type": "object"
    },
    "dripEmailSelects": {
      "type": "string",
      "default": "default"
    },
    "dripTags": {
      "type": "string",
      "default": ""
    },
    "showFormFields": {
      "type": "boolean",
      "default": false
    },
    "getResponseOption": {
      "type": "string",
      "default": "default"
    },
    "getResponseApiKey": {
      "type": "string",
      "default": ""
    },
    "getResponseValidateApi": {
      "type": "boolean",
      "default": false
    },
    "getResponseListId": {
      "type": "string",
      "default": "default"
    },
    "getResponseListIdOptions": {
      "type": "array",
      "default": [
        {
          "label": "select options",
          "value": "default"
        }
      ]
    },
    "getResponseMapFields": {
      "type": "array",
      "default": []
    },
    "getResponseMapSelects": {
      "type": "object"
    },
    "getResponseDayCycle": {
      "type": "number",
      "default": 1
    },
    "convertkitOption": {
      "type": "string",
      "default": "default"
    },
    "convertkitApiKey": {
      "type": "string",
      "default": ""
    },
    "convertkitValidateApi": {
      "type": "boolean",
      "default": false
    },
    "convertkitFormId": {
      "type": "string",
      "default": "default"
    },
    "convertkitFormIdOptions": {
      "type": "array",
      "default": [
        {
          "label": "select options",
          "value": "default"
        }
      ]
    },
    "convertkitMapFields": {
      "type": "array",
      "default": []
    },
    "convertkitMapSelects": {
      "type": "object"
    },
    "convertkitEmailSelects": {
      "type": "string",
      "default": "default"
    },
    "convertkitFirstNameSelects": {
      "type": "string",
      "default": "default"
    },
    "convertkitTagsOptions": {
      "type": "array",
      "default": []
    },
    "convertkitTagsSelects": {
      "type": "array",
      "default": []
    },
    "emailVerification": {
      "type": "boolean",
      "default": false
    },
    "submissionMetaData": {
      "type": "array",
      "default": []
    },
    "navigatorColor": {
      "type": "string",
      "default": "#74777C"
    },
    "navigatorIcon": {
      "type": "object",
      "default": {
        "viewBox": "0 0 448 512",
        "path": "M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"
      }
    },
    "navigatorIconShow": {
      "type": "boolean",
      "default": true
    },
    "forgetPasswordLabel": {
      "type": "string",
      "default": "Lost Your Password"
    },
    "loginLabel": {
      "type": "string",
      "default": "Log in"
    },
    "registerLabel": {
      "type": "string",
      "default": "Register"
    },
    "homeLabel": {
      "type": "string",
      "default": "Go to home"
    },
    "errorBackground": {
      "type": "string",
      "default": "#D03739"
    },
    "errorColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "successColor": {
      "type": "string",
      "default": "#fffff"
    },
    "successBackground": {
      "type": "string",
      "default": "#00935B"
    },
    "showErrorDemo": {
      "type": "boolean",
      "default": false
    },
    "showSuccessDemo": {
      "type": "boolean",
      "default": false
    },
    "userRoles": {
      "type": "array",
      "default": []
    },
    "roleSlug": {
      "type": "string",
      "default": ""
    },
    "labelAlignment": {
      "type": "object",
      "default": {
        "value": "left",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "inputAlignment": {
      "type": "object",
      "default": {
        "value": "left",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "buttonTextAlignment": {
      "type": "object",
      "default": {
        "value": "center",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "navigatorAlignment": {
      "type": "object",
      "default": {
        "value": "left",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "buttonAlignment": {
      "type": "object",
      "default": {
        "value": "flex-end",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "successErrorAlignment": {
      "type": "object",
      "default": {
        "value": "center",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "rowsSpacing": {
      "type": "object",
      "default": {
        "value": 0,
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "buttonHeight": {
      "type": "object",
      "default": {
        "value": 0,
        "valueTablet": "",
        "valueMobile": "",
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "labelSpacing": {
      "type": "object",
      "default": {
        "value": 10,
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "helperTextSpacing": {
      "type": "object",
      "default": {
        "value": 10,
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "inputIconPosition": {
      "type": "number",
      "default": 60
    },
    "navigatorSpacing": {
      "type": "number",
      "default": 10
    },
    "link": {
      "type": "object",
      "default": {
        "linkDestination": "",
        "href": "",
        "lightbox": "",
        "linkTarget": "",
        "rel": "",
        "noFollow": "",
        "keyValue": "",
        "linkClass": ""
      }
    },
    "webhookLink": {
      "type": "object",
      "default": {
        "linkDestination": "",
        "href": "",
        "lightbox": "",
        "linkTarget": "",
        "rel": "",
        "noFollow": "",
        "keyValue": "",
        "linkClass": ""
      }
    },
    "labelTypography": {
      "type": "object",
      "default": {
        "fontFamily": "",
        "weight": "400",
        "transform": "",
        "style": "",
        "decoration": "",
        "fontSize": "",
        "fontSizeUnit": "px",
        "lineHeight": "",
        "lineHeightUnit": "px",
        "letterSpacing": "",
        "letterSpacingUnit": "px",
        "wordSpacing": "",
        "wordSpacingUnit": "px",
        "fontSizeTablet": "",
        "fontSizeMobile": "",
        "fontSizeUnitTablet": "px",
        "fontSizeUnitMobile": "px",
        "lineHeightTablet": "",
        "lineHeightMobile": "",
        "lineHeightUnitTablet": "px",
        "lineHeightUnitMobile": "px",
        "letterSpacingTablet": "",
        "letterSpacingMobile": "",
        "letterSpacingUnitTablet": "px",
        "letterSpacingUnitMobile": "px",
        "wordSpacingTablet": "",
        "wordSpacingMobile": "",
        "wordSpacingUnitTablet": "px",
        "wordSpacingUnitMobile": "px"
      }
    },
    "helperTextTypography": {
      "type": "object",
      "default": {
        "fontFamily": "",
        "weight": "400",
        "transform": "",
        "style": "",
        "decoration": "",
        "fontSize": "",
        "fontSizeUnit": "px",
        "lineHeight": "",
        "lineHeightUnit": "px",
        "letterSpacing": "",
        "letterSpacingUnit": "px",
        "wordSpacing": "",
        "wordSpacingUnit": "px",
        "fontSizeTablet": "",
        "fontSizeMobile": "",
        "fontSizeUnitTablet": "px",
        "fontSizeUnitMobile": "px",
        "lineHeightTablet": "",
        "lineHeightMobile": "",
        "lineHeightUnitTablet": "px",
        "lineHeightUnitMobile": "px",
        "letterSpacingTablet": "",
        "letterSpacingMobile": "",
        "letterSpacingUnitTablet": "px",
        "letterSpacingUnitMobile": "px",
        "wordSpacingTablet": "",
        "wordSpacingMobile": "",
        "wordSpacingUnitTablet": "px",
        "wordSpacingUnitMobile": "px"
      }
    },
    "inputTypography": {
      "type": "object",
      "default": {
        "fontFamily": "",
        "weight": "400",
        "transform": "",
        "style": "",
        "decoration": "",
        "fontSize": "",
        "fontSizeUnit": "px",
        "lineHeight": "",
        "lineHeightUnit": "px",
        "letterSpacing": "",
        "letterSpacingUnit": "px",
        "wordSpacing": "",
        "wordSpacingUnit": "px",
        "fontSizeTablet": "",
        "fontSizeMobile": "",
        "fontSizeUnitTablet": "px",
        "fontSizeUnitMobile": "px",
        "lineHeightTablet": "",
        "lineHeightMobile": "",
        "lineHeightUnitTablet": "px",
        "lineHeightUnitMobile": "px",
        "letterSpacingTablet": "",
        "letterSpacingMobile": "",
        "letterSpacingUnitTablet": "px",
        "letterSpacingUnitMobile": "px",
        "wordSpacingTablet": "",
        "wordSpacingMobile": "",
        "wordSpacingUnitTablet": "px",
        "wordSpacingUnitMobile": "px"
      }
    },
    "buttonTypography": {
      "type": "object",
      "default": {
        "fontFamily": "",
        "weight": "400",
        "transform": "",
        "style": "",
        "decoration": "",
        "fontSize": "",
        "fontSizeUnit": "px",
        "lineHeight": "",
        "lineHeightUnit": "px",
        "letterSpacing": "",
        "letterSpacingUnit": "px",
        "wordSpacing": "",
        "wordSpacingUnit": "px",
        "fontSizeTablet": "",
        "fontSizeMobile": "",
        "fontSizeUnitTablet": "px",
        "fontSizeUnitMobile": "px",
        "lineHeightTablet": "",
        "lineHeightMobile": "",
        "lineHeightUnitTablet": "px",
        "lineHeightUnitMobile": "px",
        "letterSpacingTablet": "",
        "letterSpacingMobile": "",
        "letterSpacingUnitTablet": "px",
        "letterSpacingUnitMobile": "px",
        "wordSpacingTablet": "",
        "wordSpacingMobile": "",
        "wordSpacingUnitTablet": "px",
        "wordSpacingUnitMobile": "px"
      }
    },
    "navigatorTypography": {
      "type": "object",
      "default": {
        "fontFamily": "",
        "weight": "400",
        "transform": "",
        "style": "",
        "decoration": "",
        "fontSize": "",
        "fontSizeUnit": "px",
        "lineHeight": "",
        "lineHeightUnit": "px",
        "letterSpacing": "",
        "letterSpacingUnit": "px",
        "wordSpacing": "",
        "wordSpacingUnit": "px",
        "fontSizeTablet": "",
        "fontSizeMobile": "",
        "fontSizeUnitTablet": "px",
        "fontSizeUnitMobile": "px",
        "lineHeightTablet": "",
        "lineHeightMobile": "",
        "lineHeightUnitTablet": "px",
        "lineHeightUnitMobile": "px",
        "letterSpacingTablet": "",
        "letterSpacingMobile": "",
        "letterSpacingUnitTablet": "px",
        "letterSpacingUnitMobile": "px",
        "wordSpacingTablet": "",
        "wordSpacingMobile": "",
        "wordSpacingUnitTablet": "px",
        "wordSpacingUnitMobile": "px"
      }
    },
    "successErrorTypography": {
      "type": "object",
      "default": {
        "fontFamily": "",
        "weight": "400",
        "transform": "",
        "style": "",
        "decoration": "",
        "fontSize": "",
        "fontSizeUnit": "px",
        "lineHeight": "",
        "lineHeightUnit": "px",
        "letterSpacing": "",
        "letterSpacingUnit": "px",
        "wordSpacing": "",
        "wordSpacingUnit": "px",
        "fontSizeTablet": "",
        "fontSizeMobile": "",
        "fontSizeUnitTablet": "px",
        "fontSizeUnitMobile": "px",
        "lineHeightTablet": "",
        "lineHeightMobile": "",
        "lineHeightUnitTablet": "px",
        "lineHeightUnitMobile": "px",
        "letterSpacingTablet": "",
        "letterSpacingMobile": "",
        "letterSpacingUnitTablet": "px",
        "letterSpacingUnitMobile": "px",
        "wordSpacingTablet": "",
        "wordSpacingMobile": "",
        "wordSpacingUnitTablet": "px",
        "wordSpacingUnitMobile": "px"
      }
    },
    "inputBorder": {
      "type": "object",
      "default": {
        "borderStyle": "default",
        "borderStyleH": "default",
        "borderColor": "",
        "borderColorH": "",
        "isLinkedWidth": true,
        "isLinkedWidthTablet": true,
        "isLinkedWidthMobile": true,
        "commonWidth": "",
        "commonWidthTablet": "",
        "commonWidthMobile": "",
        "topWidth": "",
        "rightWidth": "",
        "bottomWidth": "",
        "leftWidth": "",
        "topWidthTablet": "",
        "rightWidthTablet": "",
        "bottomWidthTablet": "",
        "leftWidthTablet": "",
        "topWidthMobile": "",
        "rightWidthMobile": "",
        "bottomWidthMobile": "",
        "leftWidthMobile": "",
        "unitWidth": "px",
        "unitWidthTablet": "",
        "unitWidthMobile": "",
        "isLinkedWidthH": true,
        "isLinkedWidthHTablet": true,
        "isLinkedWidthHMobile": true,
        "commonWidthH": "",
        "commonWidthHTablet": "",
        "commonWidthHMobile": "",
        "topWidthH": "",
        "rightWidthH": "",
        "bottomWidthH": "",
        "leftWidthH": "",
        "topWidthHTablet": "",
        "rightWidthHTablet": "",
        "bottomWidthHTablet": "",
        "leftWidthHTablet": "",
        "topWidthHMobile": "",
        "rightWidthHMobile": "",
        "bottomWidthHMobile": "",
        "leftWidthHMobile": "",
        "unitWidthH": "px",
        "unitWidthHTablet": "",
        "unitWidthHMobile": "",
        "isLinkedRadius": true,
        "isLinkedRadiusTablet": true,
        "isLinkedRadiusMobile": true,
        "commonRadius": "",
        "commonRadiusTablet": "",
        "commonRadiusMobile": "",
        "topRadius": "",
        "rightRadius": "",
        "bottomRadius": "",
        "leftRadius": "",
        "topRadiusTablet": "",
        "rightRadiusTablet": "",
        "bottomRadiusTablet": "",
        "leftRadiusTablet": "",
        "topRadiusMobile": "",
        "rightRadiusMobile": "",
        "bottomRadiusMobile": "",
        "leftRadiusMobile": "",
        "unitRadius": "px",
        "unitRadiusTablet": "",
        "unitRadiusMobile": "",
        "isLinkedRadiusH": true,
        "isLinkedRadiusHTablet": true,
        "isLinkedRadiusHMobile": true,
        "commonRadiusH": "",
        "commonRadiusHTablet": "",
        "commonRadiusHMobile": "",
        "topRadiusH": "",
        "rightRadiusH": "",
        "bottomRadiusH": "",
        "leftRadiusH": "",
        "topRadiusHTablet": "",
        "rightRadiusHTablet": "",
        "bottomRadiusHTablet": "",
        "leftRadiusHTablet": "",
        "topRadiusHMobile": "",
        "rightRadiusHMobile": "",
        "bottomRadiusHMobile": "",
        "leftRadiusHMobile": "",
        "unitRadiusH": "px",
        "unitRadiusHTablet": "",
        "unitRadiusHMobile": "",
        "transitionDuration": ""
      }
    },
    "buttonBorder": {
      "type": "object",
      "default": {
        "borderStyle": "default",
        "borderStyleH": "default",
        "borderColor": "",
        "borderColorH": "",
        "isLinkedWidth": true,
        "isLinkedWidthTablet": true,
        "isLinkedWidthMobile": true,
        "commonWidth": "",
        "commonWidthTablet": "",
        "commonWidthMobile": "",
        "topWidth": "",
        "rightWidth": "",
        "bottomWidth": "",
        "leftWidth": "",
        "topWidthTablet": "",
        "rightWidthTablet": "",
        "bottomWidthTablet": "",
        "leftWidthTablet": "",
        "topWidthMobile": "",
        "rightWidthMobile": "",
        "bottomWidthMobile": "",
        "leftWidthMobile": "",
        "unitWidth": "px",
        "unitWidthTablet": "",
        "unitWidthMobile": "",
        "isLinkedWidthH": true,
        "isLinkedWidthHTablet": true,
        "isLinkedWidthHMobile": true,
        "commonWidthH": "",
        "commonWidthHTablet": "",
        "commonWidthHMobile": "",
        "topWidthH": "",
        "rightWidthH": "",
        "bottomWidthH": "",
        "leftWidthH": "",
        "topWidthHTablet": "",
        "rightWidthHTablet": "",
        "bottomWidthHTablet": "",
        "leftWidthHTablet": "",
        "topWidthHMobile": "",
        "rightWidthHMobile": "",
        "bottomWidthHMobile": "",
        "leftWidthHMobile": "",
        "unitWidthH": "px",
        "unitWidthHTablet": "",
        "unitWidthHMobile": "",
        "isLinkedRadius": true,
        "isLinkedRadiusTablet": true,
        "isLinkedRadiusMobile": true,
        "commonRadius": "",
        "commonRadiusTablet": "",
        "commonRadiusMobile": "",
        "topRadius": "",
        "rightRadius": "",
        "bottomRadius": "",
        "leftRadius": "",
        "topRadiusTablet": "",
        "rightRadiusTablet": "",
        "bottomRadiusTablet": "",
        "leftRadiusTablet": "",
        "topRadiusMobile": "",
        "rightRadiusMobile": "",
        "bottomRadiusMobile": "",
        "leftRadiusMobile": "",
        "unitRadius": "px",
        "unitRadiusTablet": "",
        "unitRadiusMobile": "",
        "isLinkedRadiusH": true,
        "isLinkedRadiusHTablet": true,
        "isLinkedRadiusHMobile": true,
        "commonRadiusH": "",
        "commonRadiusHTablet": "",
        "commonRadiusHMobile": "",
        "topRadiusH": "",
        "rightRadiusH": "",
        "bottomRadiusH": "",
        "leftRadiusH": "",
        "topRadiusHTablet": "",
        "rightRadiusHTablet": "",
        "bottomRadiusHTablet": "",
        "leftRadiusHTablet": "",
        "topRadiusHMobile": "",
        "rightRadiusHMobile": "",
        "bottomRadiusHMobile": "",
        "leftRadiusHMobile": "",
        "unitRadiusH": "px",
        "unitRadiusHTablet": "",
        "unitRadiusHMobile": "",
        "transitionDuration": ""
      }
    },
    "inputPadding": {
      "type": "object",
      "default": {
        "isLinked": true,
        "isLinkedTablet": true,
        "isLinkedMobile": true,
        "common": "",
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "commonTablet": "",
        "topTablet": "",
        "rightTablet": "",
        "bottomTablet": "",
        "leftTablet": "",
        "unitTablet": "",
        "commonMobile": "",
        "topMobile": "",
        "rightMobile": "",
        "bottomMobile": "",
        "leftMobile": "",
        "unitMobile": ""
      }
    },
    "navigatorPadding": {
      "type": "object",
      "default": {
        "isLinked": true,
        "isLinkedTablet": true,
        "isLinkedMobile": true,
        "common": "",
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "commonTablet": "",
        "topTablet": "",
        "rightTablet": "",
        "bottomTablet": "",
        "leftTablet": "",
        "unitTablet": "",
        "commonMobile": "",
        "topMobile": "",
        "rightMobile": "",
        "bottomMobile": "",
        "leftMobile": "",
        "unitMobile": ""
      }
    },
    "successErrorPadding": {
      "type": "object",
      "default": {
        "isLinked": true,
        "isLinkedTablet": true,
        "isLinkedMobile": true,
        "common": "",
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "commonTablet": "",
        "topTablet": "",
        "rightTablet": "",
        "bottomTablet": "",
        "leftTablet": "",
        "unitTablet": "",
        "commonMobile": "",
        "topMobile": "",
        "rightMobile": "",
        "bottomMobile": "",
        "leftMobile": "",
        "unitMobile": ""
      }
    },
    "buttonPadding": {
      "type": "object",
      "default": {
        "isLinked": true,
        "isLinkedTablet": true,
        "isLinkedMobile": true,
        "common": "",
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "commonTablet": "",
        "topTablet": "",
        "rightTablet": "",
        "bottomTablet": "",
        "leftTablet": "",
        "unitTablet": "",
        "commonMobile": "",
        "topMobile": "",
        "rightMobile": "",
        "bottomMobile": "",
        "leftMobile": "",
        "unitMobile": ""
      }
    },
    "_margin": {
      "type": "object",
      "default": {
        "isLinked": true,
        "isLinkedTablet": true,
        "isLinkedMobile": true,
        "common": "",
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "commonTablet": "",
        "topTablet": "",
        "rightTablet": "",
        "bottomTablet": "",
        "leftTablet": "",
        "unitTablet": "",
        "commonMobile": "",
        "topMobile": "",
        "rightMobile": "",
        "bottomMobile": "",
        "leftMobile": "",
        "unitMobile": ""
      }
    },
    "_padding": {
      "type": "object",
      "default": {
        "isLinked": true,
        "isLinkedTablet": true,
        "isLinkedMobile": true,
        "common": "",
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px",
        "commonTablet": "",
        "topTablet": "",
        "rightTablet": "",
        "bottomTablet": "",
        "leftTablet": "",
        "unitTablet": "",
        "commonMobile": "",
        "topMobile": "",
        "rightMobile": "",
        "bottomMobile": "",
        "leftMobile": "",
        "unitMobile": ""
      }
    },
    "_width": {
      "type": "object",
      "default": {
        "widthType": "default",
        "widthTypeTablet": "",
        "widthTypeMobile": "",
        "customWidth": "",
        "customWidthTablet": "",
        "customWidthMobile": "",
        "customWidthUnit": "%",
        "customWidthUnitTablet": "",
        "customWidthUnitMobile": ""
      }
    },
    "_border": {
      "type": "object",
      "default": {
        "borderStyle": "default",
        "borderStyleH": "default",
        "borderColor": "",
        "borderColorH": "",
        "isLinkedWidth": true,
        "isLinkedWidthTablet": true,
        "isLinkedWidthMobile": true,
        "commonWidth": "",
        "commonWidthTablet": "",
        "commonWidthMobile": "",
        "topWidth": "",
        "rightWidth": "",
        "bottomWidth": "",
        "leftWidth": "",
        "topWidthTablet": "",
        "rightWidthTablet": "",
        "bottomWidthTablet": "",
        "leftWidthTablet": "",
        "topWidthMobile": "",
        "rightWidthMobile": "",
        "bottomWidthMobile": "",
        "leftWidthMobile": "",
        "unitWidth": "px",
        "unitWidthTablet": "",
        "unitWidthMobile": "",
        "isLinkedWidthH": true,
        "isLinkedWidthHTablet": true,
        "isLinkedWidthHMobile": true,
        "commonWidthH": "",
        "commonWidthHTablet": "",
        "commonWidthHMobile": "",
        "topWidthH": "",
        "rightWidthH": "",
        "bottomWidthH": "",
        "leftWidthH": "",
        "topWidthHTablet": "",
        "rightWidthHTablet": "",
        "bottomWidthHTablet": "",
        "leftWidthHTablet": "",
        "topWidthHMobile": "",
        "rightWidthHMobile": "",
        "bottomWidthHMobile": "",
        "leftWidthHMobile": "",
        "unitWidthH": "px",
        "unitWidthHTablet": "",
        "unitWidthHMobile": "",
        "isLinkedRadius": true,
        "isLinkedRadiusTablet": true,
        "isLinkedRadiusMobile": true,
        "commonRadius": "",
        "commonRadiusTablet": "",
        "commonRadiusMobile": "",
        "topRadius": "",
        "rightRadius": "",
        "bottomRadius": "",
        "leftRadius": "",
        "topRadiusTablet": "",
        "rightRadiusTablet": "",
        "bottomRadiusTablet": "",
        "leftRadiusTablet": "",
        "topRadiusMobile": "",
        "rightRadiusMobile": "",
        "bottomRadiusMobile": "",
        "leftRadiusMobile": "",
        "unitRadius": "px",
        "unitRadiusTablet": "",
        "unitRadiusMobile": "",
        "isLinkedRadiusH": true,
        "isLinkedRadiusHTablet": true,
        "isLinkedRadiusHMobile": true,
        "commonRadiusH": "",
        "commonRadiusHTablet": "",
        "commonRadiusHMobile": "",
        "topRadiusH": "",
        "rightRadiusH": "",
        "bottomRadiusH": "",
        "leftRadiusH": "",
        "topRadiusHTablet": "",
        "rightRadiusHTablet": "",
        "bottomRadiusHTablet": "",
        "leftRadiusHTablet": "",
        "topRadiusHMobile": "",
        "rightRadiusHMobile": "",
        "bottomRadiusHMobile": "",
        "leftRadiusHMobile": "",
        "unitRadiusH": "px",
        "unitRadiusHTablet": "",
        "unitRadiusHMobile": "",
        "transitionDuration": ""
      }
    },
    "_position": {
      "type": "object",
      "default": {
        "positionType": "relative",
        "positionTypeTablet": "",
        "positionTypeMobile": "",
        "hOrientation": "",
        "hOffset": "",
        "hOffsetTablet": "",
        "hOffsetMobile": "",
        "hOffsetUnit": "px",
        "hOffsetUnitTablet": "px",
        "hOffsetUnitMobile": "px",
        "vOrientation": "",
        "vOffset": "",
        "vOffsetTablet": "",
        "vOffsetMobile": "",
        "vOffsetUnit": "px",
        "vOffsetUnitTablet": "px",
        "vOffsetUnitMobile": "px"
      }
    },
    "_background": {
      "type": "object",
      "default": {
        "backgroundType": "none",
        "backgroundTypeH": "none",
        "backgroundColor": "",
        "backgroundColorH": "",
        "imgId": "",
        "imgIdTablet": "",
        "imgIdMobile": "",
        "imgUrl": "",
        "imgUrlTablet": "",
        "imgUrlMobile": "",
        "imgSize": "",
        "imgSizeTablet": "",
        "imgSizeMobile": "",
        "imgPosition": "",
        "imgPositionTablet": "",
        "imgPositionMobile": "",
        "imgXPositionUnit": "px",
        "imgXPositionUnitTablet": "",
        "imgXPositionUnitMobile": "",
        "imgXPosition": "",
        "imgXPositionTablet": "",
        "imgXPositionMobile": "",
        "imgYPositionUnit": "px",
        "imgYPositionUnitTablet": "",
        "imgYPositionUnitMobile": "",
        "imgYPosition": "",
        "imgYPositionTablet": "",
        "imgYPositionMobile": "",
        "imgAttachment": "",
        "imgRepeat": "",
        "imgRepeatTablet": "",
        "imgRepeatMobile": "",
        "imgDisplaySize": "",
        "imgDisplaySizeTablet": "",
        "imgDisplaySizeMobile": "",
        "imgDisplaySizeWidth": "",
        "imgDisplaySizeWidthTablet": "",
        "imgDisplaySizeWidthMobile": "",
        "imgDisplaySizeWidthUnit": "px",
        "imgDisplaySizeWidthUnitTablet": "",
        "imgDisplaySizeWidthUnitMobile": "",
        "imgIdH": "",
        "imgIdTabletH": "",
        "imgIdMobileH": "",
        "imgUrlH": "",
        "imgUrlHTablet": "",
        "imgUrlHMobile": "",
        "imgSizeH": "",
        "imgSizeHTablet": "",
        "imgSizeHMobile": "",
        "imgPositionH": "",
        "imgPositionHTablet": "",
        "imgPositionHMobile": "",
        "imgXPositionUnitH": "px",
        "imgXPositionUnitHTablet": "",
        "imgXPositionUnitHMobile": "",
        "imgXPositionH": "",
        "imgXPositionHTablet": "",
        "imgXPositionHMobile": "",
        "imgYPositionUnitH": "px",
        "imgYPositionUnitHTablet": "",
        "imgYPositionUnitHMobile": "",
        "imgYPositionH": "",
        "imgYPositionHTablet": "",
        "imgYPositionHMobile": "",
        "imgAttachmentH": "",
        "imgRepeatH": "",
        "imgRepeatHTablet": "",
        "imgRepeatHMobile": "",
        "imgDisplaySizeH": "",
        "imgDisplaySizeHTablet": "",
        "imgDisplaySizeHMobile": "",
        "imgDisplaySizeWidthH": "",
        "imgDisplaySizeWidthHTablet": "",
        "imgDisplaySizeWidthHMobile": "",
        "imgDisplaySizeWidthHUnit": "px",
        "imgDisplaySizeWidthHUnitTablet": "",
        "imgDisplaySizeWidthHUnitMobile": "",
        "transitionDuration": "",
        "videoUrl": "",
        "youtubeURL": "",
        "vimeoURL": "",
        "selfHostedURL": "",
        "externalLink": false,
        "videoSource": "none",
        "videoPlayOnce": "",
        "videoStartTime": "",
        "videoEndTime": "",
        "playOnMobile": "",
        "videoPrivacyMode": "",
        "fallbackImageUrl": ""
      }
    },
    "_zIndex": {
      "type": "object",
      "default": {
        "zIndex": "",
        "zIndexTablet": "",
        "zIndexMobile": ""
      }
    },
    "_transform": {
      "type": "object",
      "default": {
        "rotate": "",
        "rotateTablet": "",
        "rotateMobile": "",
        "rotate3D": false,
        "rotate3DTablet": false,
        "rotate3DMobile": false,
        "rotateX": "",
        "rotateXTablet": "",
        "rotateXMobile": "",
        "rotateY": "",
        "rotateYTablet": "",
        "rotateYMobile": "",
        "rotateP": "",
        "rotatePTablet": "",
        "rotatePMobile": "",
        "offsetX": "",
        "offsetXTablet": "",
        "offsetXMobile": "",
        "offsetXUnit": "px",
        "offsetXUnitTablet": "px",
        "offsetXUnitMobile": "px",
        "offsetY": "",
        "offsetYTablet": "",
        "offsetYMobile": "",
        "offsetYUnit": "px",
        "offsetYUnitTablet": "px",
        "offsetYUnitMobile": "px",
        "scaleProportions": false,
        "scale": "",
        "scaleTablet": "",
        "scaleMobile": "",
        "scaleX": "",
        "scaleXTablet": "",
        "scaleXMobile": "",
        "scaleY": "",
        "scaleYTablet": "",
        "scaleYMobile": "",
        "skewX": "",
        "skewXTablet": "",
        "skewXMobile": "",
        "skewY": "",
        "skewYTablet": "",
        "skewYMobile": "",
        "flipHorizontal": false,
        "flipVertical": false,
        "xAnchorPoint": "",
        "xAnchorPointTablet": "",
        "xAnchorPointMobile": "",
        "yAnchorPoint": "",
        "yAnchorPointTablet": "",
        "yAnchorPointMobile": "",
        "rotateH": "",
        "rotateHTablet": "",
        "rotateHMobile": "",
        "rotate3DH": false,
        "rotate3DHTablet": false,
        "rotate3DHMobile": false,
        "rotateXH": "",
        "rotateXHTablet": "",
        "rotateXHMobile": "",
        "rotateYH": "",
        "rotateYHTablet": "",
        "rotateYHMobile": "",
        "rotatePH": "",
        "rotatePHTablet": "",
        "rotatePHMobile": "",
        "offsetXH": "",
        "offsetXHTablet": "",
        "offsetXHMobile": "",
        "offsetXHUnit": "px",
        "offsetXHUnitTablet": "px",
        "offsetXHUnitMobile": "px",
        "offsetYH": "",
        "offsetYHTablet": "",
        "offsetYHMobile": "",
        "offsetYHUnit": "px",
        "offsetYHUnitTablet": "px",
        "offsetYHUnitMobile": "px",
        "scaleProportionsH": false,
        "scaleH": "",
        "scaleHTablet": "",
        "scaleHMobile": "",
        "scaleXH": "",
        "scaleXHTablet": "",
        "scaleXHMobile": "",
        "scaleYH": "",
        "scaleYHTablet": "",
        "scaleYHMobile": "",
        "skewXH": "",
        "skewXHTablet": "",
        "skewXHMobile": "",
        "skewYH": "",
        "skewYHTablet": "",
        "skewYHMobile": "",
        "flipHorizontalH": false,
        "flipVerticalH": false,
        "xAnchorPointH": "",
        "xAnchorPointHTablet": "",
        "xAnchorPointHMobile": "",
        "yAnchorPointH": "",
        "yAnchorPointHTablet": "",
        "yAnchorPointHMobile": "",
        "transitionH": ""
      }
    },
    "_mask": {
      "type": "object",
      "default": {
        "mask": false,
        "maskTablet": false,
        "maskMobile": false,
        "maskShape": "circle",
        "customMaskShape": "",
        "maskSize": "",
        "maskSizeTablet": "",
        "maskSizeMobile": "",
        "maskPosition": "",
        "maskPositionTablet": "",
        "maskPositionMobile": "",
        "maskRepeat": "",
        "maskRepeatTablet": "",
        "maskRepeatMobile": "",
        "scaleUnit": "px",
        "scaleUnitTablet": "px",
        "scaleUnitMobile": "px",
        "scale": "0",
        "scaleTablet": "0",
        "scaleMobile": "0",
        "xPositionUnit": "px",
        "xPositionUnitTablet": "px",
        "xPositionUnitMobile": "px",
        "xPosition": "",
        "xPositionTablet": "0",
        "xPositionMobile": "0",
        "yPositionUnit": "0",
        "yPositionUnitTablet": "px",
        "yPositionUnitMobile": "px",
        "yPosition": "0",
        "yPositionTablet": "0",
        "yPositionMobile": "0"
      }
    },
    "_animation": {
      "type": "object",
      "default": {
        "animationType": "",
        "animationTypeTablet": "",
        "animationTypeMobile": "",
        "animationDuration": "",
        "animationDelay": ""
      }
    },
    "_boxShadow": {
      "type": "object",
      "default": {
        "preset": "",
        "shadowType": "default",
        "shadow": "",
        "horizontal": "",
        "vertical": "",
        "blur": "",
        "spread": "",
        "color": "",
        "presetH": "",
        "shadowTypeH": "default",
        "shadowH": "",
        "horizontalH": "",
        "verticalH": "",
        "blurH": "",
        "spreadH": "",
        "colorH": "",
        "transitionDuration": "0"
      }
    },
    "_hide_on_desktop": {
      "type": "boolean",
      "default": false
    },
    "_hide_on_tablet": {
      "type": "boolean",
      "default": false
    },
    "_hide_on_mobile": {
      "type": "boolean",
      "default": false
    },
    "_custom_css": {
      "type": "string",
      "default": ""
    }
  }
}