{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ablocks/social-shares",
  "version": "0.1.0",
  "title": "Social Shares",
  "category": "ablocks",
  "description": "Add customizable social media share buttons",
  "example": [],
  "supports": {
    "html": false,
    "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": ""
    },
    "buttonType": {
      "type": "string",
      "default": "Facebook"
    },
    "viewButton": {
      "type": "string",
      "default": "Icon & Text"
    },
    "shape": {
      "type": "string",
      "default": "Square"
    },
    "lists": {
      "type": "array",
      "default": [
        {
          "id": 0,
          "text": "Facebook",
          "icon": {
            "viewBox": "0 0 320 512",
            "path": "M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"
          },
          "buttonBackgroundColor": "ablocks-social-share-item--facebook-bg",
          "iconBackgroundColor": "ablocks-social-share-item--facebook-icon-bg",
          "link": "https://www.facebook.com/sharer.php?u=",
          "isOpen": false,
          "backgroundH": "#2d4373",
          "buttonType": "Facebook"
        },
        {
          "id": 1,
          "text": "Twitter",
          "icon": {
            "viewBox": "0 0 512 512",
            "path": "M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"
          },
          "buttonBackgroundColor": "ablocks-social-share-item--twitter-bg",
          "iconBackgroundColor": "ablocks-social-share-item--twitter-icon-bg",
          "link": "https://twitter.com/intent/tweet?url=",
          "isOpen": false,
          "backgroundH": "#1da1f2",
          "buttonType": "Twitter"
        },
        {
          "id": 2,
          "text": "Telegram",
          "icon": {
            "viewBox": "0 0 448 512",
            "path": "M446.7 98.6l-67.6 318.8c-5.1 22.5-18.4 28.1-37.3 17.5l-103-75.9-49.7 47.8c-5.5 5.5-10.1 10.1-20.7 10.1l7.4-104.9 190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.8 284 16.2 252.2c-22.1-6.9-22.5-22.1 4.6-32.7L418.2 66.4c18.4-6.9 34.5 4.1 28.5 32.2z"
          },
          "buttonBackgroundColor": "ablocks-social-share-item--telegram-bg",
          "iconBackgroundColor": "ablocks-social-share-item--telegram-icon-bg",
          "link": "https://t.me/share/url?url=",
          "isOpen": false,
          "backgroundH": "#007ab8",
          "buttonType": "Telegram"
        }
      ]
    },
    "listIconsClasses": {
      "type": "array",
      "default": []
    },
    "iconType": {
      "type": "string",
      "default": "default"
    },
    "iconShape": {
      "type": "string",
      "default": "circle"
    },
    "windowsPopUp": {
      "type": "boolean",
      "default": false
    },
    "buttonBackground": {
      "type": "string",
      "default": ""
    },
    "buttonHover": {
      "type": "string",
      "default": ""
    },
    "shareBar": {
      "type": "boolean",
      "default": true
    },
    "shareBgColor": {
      "type": "string",
      "default": ""
    },
    "iconFillColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "shareTextBgColor": {
      "type": "string",
      "default": ""
    },
    "shareIconH": {
      "type": "string",
      "default": ""
    },
    "shareTextH": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "backgroundColorH": {
      "type": "string",
      "default": ""
    },
    "shareButtonIconColor": {
      "type": "string",
      "default": "#170a1b"
    },
    "shareButtonIconColorH": {
      "type": "string",
      "default": ""
    },
    "belowItem": {
      "type": "number",
      "default": 0
    },
    "position": {
      "type": "object",
      "default": {
        "value": "center",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "textStroke": {
      "type": "object",
      "default": {
        "strokeWidth": "",
        "strokeWidthTablet": "",
        "strokeWidthMobile": "",
        "strokeWidthUnit": "px",
        "strokeWidthUnitTablet": "px",
        "strokeWidthUnitMobile": "px",
        "stroke": ""
      }
    },
    "typography": {
      "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"
      }
    },
    "horizontalAlignment": {
      "type": "object",
      "default": {
        "value": "flex-start",
        "valueTablet": "",
        "valueMobile": ""
      }
    },
    "width": {
      "type": "object",
      "default": {
        "widthType": "default",
        "customWidth": "",
        "customWidthUnit": "%"
      }
    },
    "radius": {
      "type": "object",
      "default": {
        "isLinked": true,
        "common": "",
        "top": "",
        "right": "",
        "bottom": "",
        "left": "",
        "unit": "px"
      }
    },
    "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": ""
      }
    },
    "itemBorder": {
      "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": ""
      }
    },
    "stack": {
      "type": "string",
      "default": "horizontal"
    },
    "verticalAlignment": {
      "type": "string",
      "default": "flex-start"
    },
    "spaceBetween": {
      "type": "object",
      "default": {
        "value": 16,
        "valueTablet": "",
        "valueMobile": "",
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "shareSize": {
      "type": "object",
      "default": {
        "value": 48,
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "shareIconSize": {
      "type": "object",
      "default": {
        "value": 16,
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "shareItemIconSize": {
      "type": "object",
      "default": {
        "value": 25,
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "itemIconWidth": {
      "type": "object",
      "default": {
        "value": 43,
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "itemIconHeight": {
      "type": "object",
      "default": {
        "value": 42,
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "itemTextWidth": {
      "type": "object",
      "default": {
        "value": 80,
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "itemTextHeight": {
      "type": "object",
      "default": {
        "value": 42,
        "valueUnit": "px",
        "valueUnitTablet": "",
        "valueUnitMobile": ""
      }
    },
    "_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": ""
    }
  }
}