{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "version": "0.1.0",
    "name": "premium/banner",
    "title": "Banner",
    "description": "Create attractive banners along with Heading, Description, and CTA using Premium Banner.",
    "category": "premium-blocks",
    "textdomain": "premium-blocks-for-gutenberg",
    "keywords": [
        "image",
        "photo",
        "media"
    ],
    "attributes": {
        "blockId": {
            "type": "string",
            "default": ""
        },
        "cover": {
            "type": "string",
            "default": ""
        },
        "imageID": {
            "type": "number"
        },
        "imgTagHeight": {
            "type": "number",
            "default": 0
        },
        "imgTagWidth": {
            "type": "number",
            "default": 0
        },
        "imageURL": {
            "type": "string"
        },
        "alt": {
            "type": "string",
            "source": "attribute",
            "selector": "img",
            "attribute": "alt",
            "default": ""
        },
        "titleStyles": {
            "type": "array",
            "default": [
                {
                    "titleColor": "",
                    "titleBack": "#f2f2f2"
                }
            ],
            "isStyle": true
        },
        "titleTextShadow": {
            "type": "object",
            "default": {
                "color": "transparent",
                "blur": "10",
                "horizontal": "0",
                "vertical": "0"
            },
            "isStyle": true
        },
        "titleMargin": {
            "type": "object",
            "default": {
                "Desktop": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "Tablet": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "Mobile": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "unit": {
                    "Desktop": "px",
                    "Tablet": "px",
                    "Mobile": "px"
                },
                "link": true
            },
            "isStyle": true
        },
        "descStyles": {
            "type": "array",
            "default": [
                {
                    "descColor": ""
                }
            ],
            "isStyle": true
        },
        "descTextShadow": {
            "type": "object",
            "default": {
                "color": "transparent",
                "blur": "10",
                "horizontal": "0",
                "vertical": "0"
            },
            "isStyle": true
        },
        "descMargin": {
            "type": "object",
            "default": {
                "Desktop": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "Tablet": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "Mobile": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "unit": {
                    "Desktop": "px",
                    "Tablet": "px",
                    "Mobile": "px"
                },
                "link": true
            },
            "isStyle": true
        },
        "containerShadow": {
            "type": "object",
            "default": {
                "color": "transparent",
                "blur": "10",
                "horizontal": "0",
                "vertical": "0",
                "position": ""
            },
            "isStyle": true
        },
        "title": {
            "type": "string",
            "source": "html",
            "selector": ".premium-banner__title",
            "default": "Awesome title"
        },
        "titleTag": {
            "type": "string",
            "default": "h3"
        },
        "desc": {
            "type": "string",
            "source": "html",
            "selector": ".premium-banner__desc",
            "default": "Cool Description !!"
        },
        "contentAlign": {
            "type": "object",
            "default": {
                "Desktop": "",
                "Tablet": "",
                "Mobile": ""
            },
            "isStyle": true
        },
        "effect": {
            "type": "string",
            "default": "effect1",
            "isStyle": true
        },
        "hoverEffect": {
            "type": "string",
            "default": "none",
            "isStyle": true
        },
        "height": {
            "type": "string",
            "default": "default",
            "isStyle": true
        },
        "customHeight": {
            "type": "object",
            "default": {
                "Desktop": "",
                "Tablet": "",
                "Mobile": "",
                "unit": {
                    "Desktop": "px",
                    "Tablet": "px",
                    "Mobile": "px"
                }
            },
            "isStyle": true
        },
        "hovered": {
            "type": "boolean",
            "default": false,
            "isStyle": true
        },
        "responsive": {
            "type": "boolean",
            "default": false,
            "isStyle": true
        },
        "background": {
            "type": "string",
            "default": "",
            "isStyle": true
        },
        "urlCheck": {
            "type": "boolean",
            "default": false
        },
        "target": {
            "type": "boolean",
            "default": false
        },
        "url": {
            "type": "string",
            "source": "attribute",
            "attribute": "href",
            "selector": ".premium-banner__link"
        },
        "sepSize": {
            "type": "number",
            "default": 1,
            "isStyle": true
        },
        "sepColor": {
            "type": "string",
            "default": "#e1e1e1",
            "isStyle": true
        },
        "filter": {
            "type": "object",
            "default": {
                "contrast": "100",
                "blur": "0",
                "bright": "100",
                "saturation": "100",
                "hue": "0"
            },
            "isStyle": true
        },
        "classMigrate": {
            "type": "boolean",
            "default": false
        },
        "padding": {
            "type": "object",
            "default": {
                "Desktop": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "Tablet": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "Mobile": {
                    "top": "",
                    "right": "",
                    "bottom": "",
                    "left": ""
                },
                "unit": {
                    "Desktop": "px",
                    "Tablet": "px",
                    "Mobile": "px"
                },
                "link": true
            },
            "isStyle": true
        },
        "border": {
            "type": "object",
            "default": {
                "borderType": "",
                "borderColor": "",
                "borderWidth": {
                    "Desktop": {
                        "top": "",
                        "right": "",
                        "bottom": "",
                        "left": ""
                    },
                    "Tablet": {
                        "top": "",
                        "right": "",
                        "bottom": "",
                        "left": ""
                    },
                    "Mobile": {
                        "top": "",
                        "right": "",
                        "bottom": "",
                        "left": ""
                    },
                    "link": true
                },
                "borderRadius": {
                    "Desktop": {
                        "top": "",
                        "right": "",
                        "bottom": "",
                        "left": ""
                    },
                    "Tablet": {
                        "top": "",
                        "right": "",
                        "bottom": "",
                        "left": ""
                    },
                    "Mobile": {
                        "top": "",
                        "right": "",
                        "bottom": "",
                        "left": ""
                    },
                    "link": true
                }
            },
            "isStyle": true
        },
        "titleTypography": {
            "type": "object",
            "default": {
                "fontWeight": "Default",
                "fontStyle": "",
                "letterSpacing": {
                    "Desktop": "",
                    "Tablet": "",
                    "Mobile": "",
                    "unit": "px"
                },
                "fontFamily": "Default",
                "lineHeight": {
                    "Desktop": "",
                    "Tablet": "",
                    "Mobile": "",
                    "unit": "px"
                },
                "textDecoration": "",
                "textTransform": "",
                "fontSize": {
                    "Desktop": "",
                    "Tablet": "",
                    "Mobile": "",
                    "unit": {
                        "Desktop": "px",
                        "Tablet": "px",
                        "Mobile": "px"
                    }
                }
            },
            "isStyle": true
        },
        "descTypography": {
            "type": "object",
            "default": {
                "fontWeight": "Default",
                "fontStyle": "",
                "textTransform": "",
                "letterSpacing": {
                    "Desktop": "",
                    "Tablet": "",
                    "Mobile": "",
                    "unit": "px"
                },
                "fontFamily": "Default",
                "lineHeight": {
                    "Desktop": "",
                    "Tablet": "",
                    "Mobile": "",
                    "unit": "px"
                },
                "textDecoration": "",
                "fontSize": {
                    "Desktop": "",
                    "Tablet": "",
                    "Mobile": "",
                    "unit": {
                        "Desktop": "px",
                        "Tablet": "px",
                        "Mobile": "px"
                    }
                }
            },
            "isStyle": true
        },
        "hoverBackground": {
            "type": "string",
            "default": "",
            "isStyle": true
        },
        "follow": {
            "type": "boolean",
            "default": false
        },
        "width": {
            "type": "object",
            "default": {
                "Desktop": "",
                "Tablet": "",
                "Mobile": "",
                "unit": {
                    "Desktop": "px",
                    "Tablet": "px",
                    "Mobile": "px"
                }
            },
            "isStyle": true
        }
    },
    "editorScript": "pbg-blocks-js",
    "editorStyle": "premium-blocks-editor-css"
}