{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "ablocks/image-hotspot-child",
    "version": "0.1.0",
    "title": "Image Hotspot Child",
    "category": "ablocks",
    "description": "Add customizable, impactful image hotspot-child.",
    "example": [],
    "parent": [
        "ablocks/image-hotspot"
    ],
    "supports": {
        "html": true,
        "anchor": true
    },
    "textdomain": "ablocks",
    "style": [],
    "attributes": {
        "block_id": {
            "type": "string",
            "default": ""
        },
        "hotspotId": {
            "type": "number",
            "default": 0
        },
        "backgroundColor": {
            "type": "string",
            "default": ""
        },
        "contentWidth": {
            "type": "object",
            "default": {
                "value": "",
                "valueTablet": "",
                "valueMobile": "",
                "valueUnit": "px",
                "valueUnitTablet": "",
                "valueUnitMobile": ""
            }
        },
        "contentBorder": {
            "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": ""
            }
        },
        "contentPadding": {
            "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": ""
            }
        }
    }
}