{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "ablocks/info-box",
    "version": "0.1.0",
    "title": "Info Box",
    "category": "ablocks",
    "description": "Add customizable, impactful headings.",
    "keywords": [
        "ablocks",
        "information",
        "info",
        "details",
        "search",
        "title",
        "sub title"
    ],
    "example": [],
    "supports": {
        "html": true,
        "anchor": true
    },
    "textdomain": "ablocks",
    "editorStyle": [
        "ablocks-animate-style",
        "ablocks-common-style",
        "file:./style.css"
    ],
    "editorScript": [
        "ablocks-common-script"
    ],
    "usesContext": [
        "postId",
        "postType",
        "queryId"
    ],
    "attributes": {
        "block_id": {
            "type": "string",
            "default": ""
        },
        "blockVersion": {
            "type": "number",
            "default": ""
        },
        "blockElements": {
            "type": "array",
            "default": [
                {
                    "id": 0,
                    "slug": "Heading"
                },
                {
                    "id": 1,
                    "slug": "Sub-Heading"
                },
                {
                    "id": 2,
                    "slug": "Description"
                },
                {
                    "id": 3,
                    "slug": "Rating"
                },
                {
                    "id": 4,
                    "slug": "Button"
                }
            ]
        },
        "des": {
            "type": "string",
            "source": "html",
            "selector": ".ablocks-info-box-text",
            "default": "Showcase details with style and precision! Customize captivating visuals and text for an engaging, attention-grabbing display!"
        },
        "allowBadgeHover": {
            "type": "boolean",
            "default": false
        },
        "allowButtonHover": {
            "type": "boolean",
            "default": false
        },
        "allowBadge": {
            "type": "boolean",
            "default": false
        },
        "allowIcon": {
            "type": "boolean",
            "default": true
        },
        "allowHeading": {
            "type": "boolean",
            "default": true
        },
        "allowSubHeading": {
            "type": "boolean",
            "default": false
        },
        "allowDes": {
            "type": "boolean",
            "default": true
        },
        "allowRating": {
            "type": "boolean",
            "default": false
        },
        "allowButton": {
            "type": "boolean",
            "default": true
        },
        "badgeText": {
            "type": "string",
            "default": "Featured"
        },
        "badgeSize": {
            "type": "string",
            "default": "xs"
        },
        "badgeTextColor": {
            "type": "string",
            "default": "#13191B"
        },
        "badgeTextColorH": {
            "type": "string",
            "default": ""
        },
        "badgeBackground": {
            "type": "string",
            "default": "#DDDDDF"
        },
        "badgeBackgroundH": {
            "type": "string",
            "default": ""
        },
        "badgeTransition": {
            "type": "number",
            "default": ""
        },
        "iconPrimaryColorH": {
            "type": "string",
            "default": ""
        },
        "iconBackgroundColorH": {
            "type": "string",
            "default": ""
        },
        "iconTransition": {
            "type": "number",
            "default": ""
        },
        "heading": {
            "type": "string",
            "source": "html",
            "selector": ".ablocks-info-box-heading",
            "default": "Your Info Box Title"
        },
        "headingTag": {
            "type": "string",
            "default": "h2"
        },
        "headingTextColor": {
            "type": "string",
            "default": "#13191B"
        },
        "headingTextColorHover": {
            "type": "string",
            "default": ""
        },
        "headingTransition": {
            "type": "number",
            "default": ""
        },
        "subHeading": {
            "type": "string",
            "source": "html",
            "selector": ".ablocks-info-box-sub-heading",
            "default": "Your Info Box Sub Title"
        },
        "subHeadingTag": {
            "type": "string",
            "default": "h3"
        },
        "subHeadingTextColor": {
            "type": "string",
            "default": "#13191B"
        },
        "subHeadingTextColorHover": {
            "type": "string",
            "default": ""
        },
        "subHeadingTransition": {
            "type": "number",
            "default": ""
        },
        "desDropCaps": {
            "type": "boolean",
            "default": false
        },
        "desDropCapsTextColor": {
            "type": "string",
            "default": "#0f2aff"
        },
        "desSize": {
            "type": "string",
            "default": "sm"
        },
        "desGraphSize": {
            "type": "string",
            "default": "sm"
        },
        "desTextColor": {
            "type": "string",
            "default": "#595959"
        },
        "desTextColorHover": {
            "type": "string",
            "default": ""
        },
        "desTransition": {
            "type": "number",
            "default": ""
        },
        "ratingScale": {
            "type": "number",
            "default": 5
        },
        "ratingColor": {
            "type": "string",
            "default": "#e99516"
        },
        "ratingColorHover": {
            "type": "string",
            "default": ""
        },
        "ratingUnmarkedColor": {
            "type": "string",
            "default": "#696969"
        },
        "ratingTransition": {
            "type": "number",
            "default": ""
        },
        "ratingUnmarkedColorHover": {
            "type": "string",
            "default": ""
        },
        "ratingShowCount": {
            "type": "boolean",
            "default": true
        },
        "showRatingNumber": {
            "type": "boolean",
            "default": true
        },
        "showCount": {
            "type": "boolean",
            "default": true
        },
        "ratingNumberColor": {
            "type": "string",
            "default": "#000000"
        },
        "ratingNumberPosition": {
            "type": "string",
            "default": "right"
        },
        "btnText": {
            "type": "string",
            "default": "Learn More"
        },
        "btnSize": {
            "type": "string",
            "default": "sm"
        },
        "btnTextColor": {
            "type": "string",
            "default": "#FAFAFA"
        },
        "btnTextColorH": {
            "type": "string",
            "default": ""
        },
        "btnBackground": {
            "type": "string",
            "default": "#13191B"
        },
        "btnBackgroundH": {
            "type": "string",
            "default": ""
        },
        "btnTransition": {
            "type": "number",
            "default": ""
        },
        "btnIconPosition": {
            "type": "string",
            "default": "right"
        },
        "btnIconSpace": {
            "type": "number",
            "default": 10
        },
        "btnShowIcon": {
            "type": "boolean",
            "default": true
        },
        "stack": {
            "type": "string",
            "default": ""
        },
        "alignment": {
            "type": "object",
            "default": {
                "value": "default",
                "valueTablet": "",
                "valueMobile": ""
            }
        },
        "iconPlacement": {
            "type": "object",
            "default": {
                "value": "",
                "valueTablet": "",
                "valueMobile": ""
            }
        },
        "badgeBorder": {
            "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": ""
            }
        },
        "badgePadding": {
            "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": ""
            }
        },
        "badgeTypographyGlobal": {
            "type": "string",
            "default": ""
        },
        "badgeTypography": {
            "type": "object",
            "default": {
                "fontFamily": "Roboto",
                "weight": "400",
                "transform": "",
                "style": "",
                "decoration": "",
                "fontSize": "12",
                "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"
            }
        },
        "badgeTextShadow": {
            "type": "object",
            "default": {
                "color": "",
                "blur": "",
                "horizontal": "",
                "vertical": ""
            }
        },
        "badgePosition": {
            "type": "object",
            "default": {
                "value": "top-right",
                "valueTablet": "",
                "valueMobile": ""
            }
        },
        "badgeAlignment": {
            "type": "object",
            "default": {
                "value": "center",
                "valueTablet": "",
                "valueMobile": ""
            }
        },
        "iconSvgPath": {
            "type": "string",
            "default": "M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 448c-110.3 0-200-89.7-200-200S137.7 56 248 56s200 89.7 200 200-89.7 200-200 200zm84-143.4c-20.8 25-51.5 39.4-84 39.4s-63.2-14.3-84-39.4c-8.5-10.2-23.6-11.5-33.8-3.1-10.2 8.5-11.5 23.6-3.1 33.8 30 36 74.1 56.6 120.9 56.6s90.9-20.6 120.9-56.6c8.5-10.2 7.1-25.3-3.1-33.8-10.2-8.4-25.3-7.1-33.8 3.1zM136.5 211c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4s-52.7 29.3-56 71.4c-.3 3.7 2.1 7.2 5.7 8.3 3.4 1.1 7.4-.5 9.3-3.7l9.5-17zM328 152c-23.8 0-52.7 29.3-56 71.4-.3 3.7 2.1 7.2 5.7 8.3 3.5 1.1 7.4-.5 9.3-3.7l9.5-17c7.7-13.7 19.2-21.6 31.5-21.6s23.8 7.9 31.5 21.6l9.5 17c2.1 3.7 6.2 4.7 9.3 3.7 3.6-1.1 6-4.5 5.7-8.3-3.3-42.1-32.2-71.4-56-71.4z"
        },
        "iconSvgViewBox": {
            "type": "string",
            "default": "0 0 496 512"
        },
        "iconClass": {
            "type": "string",
            "default": "far fa-smile-beam"
        },
        "iconImageUrl": {
            "type": "string",
            "default": ""
        },
        "iconImageID": {
            "type": "number",
            "default": 0
        },
        "iconImageSize": {
            "type": "string",
            "default": ""
        },
        "iconColor": {
            "type": "string",
            "default": "#000000"
        },
        "iconBgColor": {
            "type": "string",
            "default": ""
        },
        "iconType": {
            "type": "string",
            "default": "default"
        },
        "iconShape": {
            "type": "string",
            "default": "circle"
        },
        "iconPadding": {
            "type": "object",
            "default": {
                "isLinked": true,
                "common": "",
                "top": "",
                "right": "",
                "bottom": "",
                "left": "",
                "unit": "px"
            }
        },
        "iconBorder": {
            "type": "object",
            "default": {
                "borderStyle": "default",
                "borderStyleH": "default",
                "borderColor": "",
                "borderColorH": "",
                "isLinkedWidth": true,
                "isLinkedWidthTablet": true,
                "isLinkedWidthMobile": true,
                "commonWidth": "",
                "topWidth": "",
                "rightWidth": "",
                "bottomWidth": "",
                "leftWidth": "",
                "unitWidth": "px",
                "isLinkedWidthH": true,
                "isLinkedWidthHTablet": true,
                "isLinkedWidthHMobile": true,
                "commonWidthH": "",
                "topWidthH": "",
                "rightWidthH": "",
                "bottomWidthH": "",
                "leftWidthH": "",
                "unitWidthH": "px",
                "isLinkedRadius": true,
                "commonRadius": "",
                "topRadius": "",
                "rightRadius": "",
                "bottomRadius": "",
                "leftRadius": "",
                "unitRadius": "px",
                "isLinkedRadiusH": true,
                "isLinkedRadiusHTablet": true,
                "isLinkedRadiusHMobile": true,
                "commonRadiusH": "",
                "topRadiusH": "",
                "leftRadiusH": "",
                "unitRadiusH": "px",
                "transitionDuration": ""
            }
        },
        "iconBoxShadow": {
            "type": "object",
            "default": {
                "preset": "",
                "shadowType": "default",
                "shadow": "",
                "horizontal": "",
                "vertical": "",
                "blur": "",
                "spread": "",
                "color": "",
                "presetH": "",
                "shadowTypeH": "default",
                "shadowH": "",
                "horizontalH": "",
                "verticalH": "",
                "blurH": "",
                "spreadH": "",
                "colorH": "",
                "transitionDuration": "0"
            }
        },
        "iconSize": {
            "type": "number",
            "default": 55
        },
        "iconRotate": {
            "type": "number",
            "default": 0
        },
        "iconSizing": {
            "type": "object",
            "default": {
                "value": 55,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "px",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "iconRotated": {
            "type": "object",
            "default": {
                "value": 0,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "deg",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "iconRotateHover": {
            "type": "object",
            "default": {
                "value": 0,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "deg",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "icontransitionDuration": {
            "type": "number",
            "default": 0
        },
        "iconImageWidth": {
            "type": "number",
            "default": 0
        },
        "iconMargin": {
            "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": ""
            }
        },
        "iconLink": {
            "type": "object",
            "default": {
                "linkDestination": "",
                "href": "",
                "lightbox": "",
                "linkTarget": "",
                "rel": "",
                "noFollow": "",
                "keyValue": "",
                "linkClass": ""
            }
        },
        "iconAlignment": {
            "type": "object",
            "default": {
                "value": "default",
                "valueTablet": "",
                "valueMobile": ""
            }
        },
        "headingTypographyGlobal": {
            "type": "string",
            "default": ""
        },
        "headingTypography": {
            "type": "object",
            "default": {
                "fontFamily": "Roboto",
                "weight": "600",
                "transform": "",
                "style": "",
                "decoration": "",
                "fontSize": "28",
                "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"
            }
        },
        "headingTextShadow": {
            "type": "object",
            "default": {
                "color": "",
                "blur": "",
                "horizontal": "",
                "vertical": ""
            }
        },
        "headingTextStroke": {
            "type": "object",
            "default": {
                "strokeWidth": "",
                "strokeWidthTablet": "",
                "strokeWidthMobile": "",
                "strokeWidthUnit": "px",
                "strokeWidthUnitTablet": "px",
                "strokeWidthUnitMobile": "px",
                "stroke": ""
            }
        },
        "headingMargin": {
            "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": ""
            }
        },
        "subHeadingTypographyGlobal": {
            "type": "string",
            "default": ""
        },
        "subHeadingTypography": {
            "type": "object",
            "default": {
                "fontFamily": "Roboto",
                "weight": "500",
                "transform": "",
                "style": "",
                "decoration": "",
                "fontSize": "20",
                "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"
            }
        },
        "subHeadingTextShadow": {
            "type": "object",
            "default": {
                "color": "",
                "blur": "",
                "horizontal": "",
                "vertical": ""
            }
        },
        "subHeadingTextStroke": {
            "type": "object",
            "default": {
                "strokeWidth": "",
                "strokeWidthTablet": "",
                "strokeWidthMobile": "",
                "strokeWidthUnit": "px",
                "strokeWidthUnitTablet": "px",
                "strokeWidthUnitMobile": "px",
                "stroke": ""
            }
        },
        "subHeadingMargin": {
            "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": ""
            }
        },
        "desTypographyGlobal": {
            "type": "string",
            "default": ""
        },
        "desTypography": {
            "type": "object",
            "default": {
                "fontFamily": "Roboto",
                "weight": "400",
                "transform": "",
                "style": "",
                "decoration": "",
                "fontSize": "16",
                "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"
            }
        },
        "desTextShadow": {
            "type": "object",
            "default": {
                "color": "",
                "blur": "",
                "horizontal": "",
                "vertical": ""
            }
        },
        "desTextStroke": {
            "type": "object",
            "default": {
                "strokeWidth": "",
                "strokeWidthTablet": "",
                "strokeWidthMobile": "",
                "strokeWidthUnit": "px",
                "strokeWidthUnitTablet": "px",
                "strokeWidthUnitMobile": "px",
                "stroke": ""
            }
        },
        "desMargin": {
            "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": ""
            }
        },
        "btnIconSvgPath": {
            "type": "string",
            "default": "M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"
        },
        "btnIconSvgViewBox": {
            "type": "string",
            "default": "0 0 448 512"
        },
        "btnIconClass": {
            "type": "string",
            "default": "fas fa-arrow-right"
        },
        "btnIconImageUrl": {
            "type": "string",
            "default": ""
        },
        "btnIconImageID": {
            "type": "number",
            "default": 0
        },
        "btnIconImageSize": {
            "type": "string",
            "default": ""
        },
        "btnIconColor": {
            "type": "string",
            "default": "#FAFAFA"
        },
        "btnIconBgColor": {
            "type": "string",
            "default": ""
        },
        "btnIconType": {
            "type": "string",
            "default": "default"
        },
        "btnIconShape": {
            "type": "string",
            "default": "circle"
        },
        "btnIconPadding": {
            "type": "object",
            "default": {
                "isLinked": true,
                "common": "",
                "top": "",
                "right": "",
                "bottom": "",
                "left": "",
                "unit": "px"
            }
        },
        "btnIconBorder": {
            "type": "object",
            "default": {
                "borderStyle": "default",
                "borderStyleH": "default",
                "borderColor": "",
                "borderColorH": "",
                "isLinkedWidth": true,
                "isLinkedWidthTablet": true,
                "isLinkedWidthMobile": true,
                "commonWidth": "",
                "topWidth": "",
                "rightWidth": "",
                "bottomWidth": "",
                "leftWidth": "",
                "unitWidth": "px",
                "isLinkedWidthH": true,
                "isLinkedWidthHTablet": true,
                "isLinkedWidthHMobile": true,
                "commonWidthH": "",
                "topWidthH": "",
                "rightWidthH": "",
                "bottomWidthH": "",
                "leftWidthH": "",
                "unitWidthH": "px",
                "isLinkedRadius": true,
                "commonRadius": "",
                "topRadius": "",
                "rightRadius": "",
                "bottomRadius": "",
                "leftRadius": "",
                "unitRadius": "px",
                "isLinkedRadiusH": true,
                "isLinkedRadiusHTablet": true,
                "isLinkedRadiusHMobile": true,
                "commonRadiusH": "",
                "topRadiusH": "",
                "leftRadiusH": "",
                "unitRadiusH": "px",
                "transitionDuration": ""
            }
        },
        "btnIconBoxShadow": {
            "type": "object",
            "default": {
                "preset": "",
                "shadowType": "default",
                "shadow": "",
                "horizontal": "",
                "vertical": "",
                "blur": "",
                "spread": "",
                "color": "",
                "presetH": "",
                "shadowTypeH": "default",
                "shadowH": "",
                "horizontalH": "",
                "verticalH": "",
                "blurH": "",
                "spreadH": "",
                "colorH": "",
                "transitionDuration": "0"
            }
        },
        "btnIconSize": {
            "type": "number",
            "default": 20
        },
        "btnIconRotate": {
            "type": "number",
            "default": 0
        },
        "btnIconSizing": {
            "type": "object",
            "default": {
                "value": 20,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "px",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "btnIconRotated": {
            "type": "object",
            "default": {
                "value": 0,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "deg",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "btnIconRotateHover": {
            "type": "object",
            "default": {
                "value": 0,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "deg",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "btnIcontransitionDuration": {
            "type": "number",
            "default": 0
        },
        "btnIconImageWidth": {
            "type": "number",
            "default": 0
        },
        "btnLink": {
            "type": "object",
            "default": {
                "linkDestination": "",
                "href": "",
                "lightbox": "",
                "linkTarget": "",
                "rel": "",
                "noFollow": "",
                "keyValue": "",
                "linkClass": ""
            }
        },
        "btnBorder": {
            "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": ""
            }
        },
        "btnPadding": {
            "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": ""
            }
        },
        "btnMargin": {
            "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": ""
            }
        },
        "btnTypographyGlobal": {
            "type": "string",
            "default": ""
        },
        "btnTypography": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "weight": "",
                "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"
            }
        },
        "btnTextShadow": {
            "type": "object",
            "default": {
                "color": "",
                "blur": "",
                "horizontal": "",
                "vertical": ""
            }
        },
        "btnAlignment": {
            "type": "object",
            "default": {
                "value": "center",
                "valueTablet": "",
                "valueMobile": ""
            }
        },
        "ratingNumberTypographyGlobal": {
            "type": "string",
            "default": ""
        },
        "ratingNumberTypography": {
            "type": "object",
            "default": {
                "fontFamily": "",
                "weight": "",
                "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"
            }
        },
        "ratingMargin": {
            "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": ""
            }
        },
        "starIconSvgPath": {
            "type": "string",
            "default": "M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"
        },
        "starIconSvgViewBox": {
            "type": "string",
            "default": "0 0 576 512"
        },
        "starIconClass": {
            "type": "string",
            "default": "far fa-star"
        },
        "starIconImageUrl": {
            "type": "string",
            "default": ""
        },
        "starIconImageID": {
            "type": "number",
            "default": 0
        },
        "starIconImageSize": {
            "type": "string",
            "default": ""
        },
        "starIconColor": {
            "type": "string",
            "default": "#69727d"
        },
        "starIconBgColor": {
            "type": "string",
            "default": ""
        },
        "starIconType": {
            "type": "string",
            "default": "default"
        },
        "starIconShape": {
            "type": "string",
            "default": "circle"
        },
        "starIconPadding": {
            "type": "object",
            "default": {
                "isLinked": true,
                "common": "",
                "top": "",
                "right": "",
                "bottom": "",
                "left": "",
                "unit": "px"
            }
        },
        "starIconBorder": {
            "type": "object",
            "default": {
                "borderStyle": "default",
                "borderStyleH": "default",
                "borderColor": "",
                "borderColorH": "",
                "isLinkedWidth": true,
                "isLinkedWidthTablet": true,
                "isLinkedWidthMobile": true,
                "commonWidth": "",
                "topWidth": "",
                "rightWidth": "",
                "bottomWidth": "",
                "leftWidth": "",
                "unitWidth": "px",
                "isLinkedWidthH": true,
                "isLinkedWidthHTablet": true,
                "isLinkedWidthHMobile": true,
                "commonWidthH": "",
                "topWidthH": "",
                "rightWidthH": "",
                "bottomWidthH": "",
                "leftWidthH": "",
                "unitWidthH": "px",
                "isLinkedRadius": true,
                "commonRadius": "",
                "topRadius": "",
                "rightRadius": "",
                "bottomRadius": "",
                "leftRadius": "",
                "unitRadius": "px",
                "isLinkedRadiusH": true,
                "isLinkedRadiusHTablet": true,
                "isLinkedRadiusHMobile": true,
                "commonRadiusH": "",
                "topRadiusH": "",
                "leftRadiusH": "",
                "unitRadiusH": "px",
                "transitionDuration": ""
            }
        },
        "starIconBoxShadow": {
            "type": "object",
            "default": {
                "preset": "",
                "shadowType": "default",
                "shadow": "",
                "horizontal": "",
                "vertical": "",
                "blur": "",
                "spread": "",
                "color": "",
                "presetH": "",
                "shadowTypeH": "default",
                "shadowH": "",
                "horizontalH": "",
                "verticalH": "",
                "blurH": "",
                "spreadH": "",
                "colorH": "",
                "transitionDuration": "0"
            }
        },
        "starIconSize": {
            "type": "number",
            "default": 55
        },
        "starIconRotate": {
            "type": "number",
            "default": 0
        },
        "starIconSizing": {
            "type": "object",
            "default": {
                "value": 55,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "px",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "starIconRotated": {
            "type": "object",
            "default": {
                "value": 0,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "deg",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "starIconRotateHover": {
            "type": "object",
            "default": {
                "value": 0,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "deg",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "starIcontransitionDuration": {
            "type": "number",
            "default": 0
        },
        "starIconImageWidth": {
            "type": "number",
            "default": 0
        },
        "rating": {
            "type": "number",
            "default": 4
        },
        "spacing": {
            "type": "object",
            "default": {
                "value": 0,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "px",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "ratingNumberGap": {
            "type": "object",
            "default": {
                "value": 0,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "px",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "iconGap": {
            "type": "object",
            "default": {
                "value": 16,
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "px",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "contentGap": {
            "type": "object",
            "default": {
                "value": 10,
                "valueTablet": "",
                "valueMobile": "",
                "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": ""
        }
    }
}