{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "aieo/popup-panel",
    "version": "1.0.0",
    "title": "AIEO Popup Panel",
    "editorScript": "file:./edit.js",
    "category": "design",
    "icon": "external",
    "description": "The split layout for a popup: a content pane you fill with any blocks, and a full-bleed image pane that sits beside it on desktop and moves above it on mobile — with a separate mobile image so a landscape photo never gets cropped to nothing on a phone. Built for the aieo_popup post type, but usable inline on any page.",
    "keywords": ["aieo", "popup", "modal", "announcement", "promotion", "overlay"],
    "supports": {
        "html": false,
        "align": false,
        "anchor": true,
        "spacing": { "padding": true },
        "typography": { "fontSize": true, "lineHeight": true }
    },
    "attributes": {
        "desktopImageId":    { "type": "number", "default": 0 },
        "mobileImageId":     { "type": "number", "default": 0 },
        "imageAlt":          { "type": "string", "default": "" },
        "mediaSide":         { "type": "string", "default": "right" },
        "mediaWidth":        { "type": "string", "default": "360px" },
        "mobileMediaHeight": { "type": "string", "default": "200px" },
        "boxWidth":          { "type": "string", "default": "940px" },
        "boxHeight":         { "type": "string", "default": "470px" },
        "bgColor":           { "type": "string", "default": "#232323" },
        "textColor":         { "type": "string", "default": "#ffffff" },
        "accentColor":       { "type": "string", "default": "#b7d21d" }
    },
    "render": "file:./render.php",
    "style": "file:./style.css",
    "textdomain": "ai-eshop-optimizer"
}
