{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "name": "magazine-blocks/post-image",
    "title": "Post Image",
    "description": "Feature various categories and their posts",
    "keywords": [
        "post image",
        "featured",
        "image"
    ],
    "category": "magazine-blocks-utility-blocks",
    "textdomain": "magazine-blocks",
    "supports": {
        "className": false,
        "customClassName": false
    },
    "example": {
        "attributes": {}
    },
    "attributes": {
        "clientId": {
            "type": "string"
        },
        "alignment": {
            "type": "object",
            "style": [
                {
                    "selector": "{{WRAPPER}}.mzb-post-image {justify-content: {{VALUE}}; }"
                }
            ],
            "default": {
                "desktop": "left"
            }
        },
        "width": {
            "type": "object",
            "style": [
                {
                    "selector": "{{WRAPPER}} img { width: {{VALUE}} }"
                }
            ]
        },
        "maxWidth": {
            "type": "object",
            "style": [
                {
                    "selector": "{{WRAPPER}} img { max-width: {{VALUE}} }"
                }
            ]
        },
        "height": {
            "type": "object",
            "style": [
                {
                    "selector": "{{WRAPPER}} img { height: {{VALUE}} }"
                }
            ]
        },
        "imgScale": {
            "type": "string",
            "default": "cover",
            "style": [
                {
                    "selector": "{{WRAPPER}} img { object-fit: {{VALUE}}; }"
                }
            ]
        },
        "border": {
            "type": "object",
            "default": {
                "border": 1,
                "radius": {
                    "desktop": {
                        "lock": true
                    }
                },
                "size": {
                    "desktop": {
                        "lock": true
                    }
                }
            },
            "style": [
                {
                    "selector": "{{WRAPPER}} img"
                }
            ]
        },
        "hoverBorder": {
            "type": "object",
            "default": {
                "border": 1,
                "radius": {
                    "desktop": {
                        "lock": true
                    }
                },
                "size": {
                    "desktop": {
                        "lock": true
                    }
                }
            },
            "style": [
                {
                    "selector": "{{WRAPPER}} img:hover"
                }
            ]
        },
        "boxShadow": {
            "type": "object",
            "default": {
                "boxShadow": 1
            },
            "style": [
                {
                    "selector": "{{WRAPPER}} img"
                }
            ]
        },
        "boxShadowHover": {
            "type": "object",
            "default": {
                "boxShadow": 1
            },
            "style": [
                {
                    "selector": "{{WRAPPER}} img:hover"
                }
            ]
        },
        "background": {
            "type": "object",
            "default": {
                "background": 1
            },
            "style": [
                {
                    "selector": "{{WRAPPER}}"
                }
            ]
        },
        "hoverBackground": {
            "type": "object",
            "default": {
                "background": 1
            },
            "style": [
                {
                    "selector": "{{WRAPPER}}:hover"
                }
            ]
        },
        "blockHTML": {
            "type": "string",
            "default": "div"
        },
        "blockMargin": {
            "type": "object",
            "default": {
                "dimension": 1,
                "desktop": {
                    "lock": true
                }
            },
            "style": [
                {
                    "selector": "{{WRAPPER}} { margin: {{VALUE}}; }"
                }
            ]
        },
        "blockPadding": {
            "type": "object",
            "default": {
                "dimension": 1,
                "desktop": {
                    "lock": true
                }
            },
            "style": [
                {
                    "selector": "{{WRAPPER}} { padding: {{VALUE}}; }"
                }
            ]
        },
        "blockZIndex": {
            "type": "number",
            "style": [
                {
                    "selector": "{{WRAPPER}} { z-index: {{VALUE}}; }"
                }
            ]
        },
        "cssID": {
            "type": "string"
        },
        "hideOnDesktop": {
            "type": "boolean",
            "style": [
                {
                    "selector": "@media (min-width:62em) { {{WRAPPER}} { display: none; } }"
                }
            ]
        },
        "hideOnTablet": {
            "type": "boolean",
            "style": [
                {
                    "selector": "@media (min-width:48em) and (max-width:62em) { {{WRAPPER}} { display: none; } }"
                }
            ]
        },
        "hideOnMobile": {
            "type": "boolean",
            "style": [
                {
                    "selector": "@media (max-width:48em) { {{WRAPPER}} { display: none; } }"
                }
            ]
        },
        "blockCSS": {
            "type": "string"
        },
        "className": {
            "type": "string"
        }
    },
    "style": "magazine-blocks-blocks",
    "editorScript": "magazine-blocks-blocks",
    "editorStyle": "magazine-blocks-blocks-editor"
}
