{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "version": "0.1.0",
    "name": "premium/image-separator",
    "title": "Image Separator",
    "description": "Separate between your Gutenberg sections using Premium Image Separator Block.",
    "keywords": [
        "image",
        "seperator",
        "separator",
        "image separator",
        "section separator"
    ],
    "category": "premium-blocks",
    "textdomain": "premium-blocks-for-gutenberg",
    "attributes": {
        "blockId": {
            "type": "string"
        },
        "cover": {
            "type": "string",
            "default": ""
        },
        "imgTagHeight": {
            "type": "number",
            "default": ""
        },
        "imgTagWidth": {
            "type": "number",
            "default": ""
        },
        "iconAlign": {
            "type": "object",
            "default": {
                "Desktop": "",
                "Tablet": "",
                "Mobile": ""
            },
            "isStyle": true
        },
        "iconType": {
            "type": "string",
            "default": "image"
        },
        "imageID": {
            "type": "number"
        },
        "imageURL": {
            "type": "string"
        },
        "alt": {
            "type": "string",
            "default": ""
        },
        "link": {
            "type": "boolean",
            "default": false
        },
        "url": {
            "type": "string"
        },
        "gutter": {
            "type": "number",
            "default": -50,
            "isStyle": true
        },
        "imgFilter": {
            "type": "object",
            "default": {
                "contrast": "100",
                "blur": "0",
                "bright": "100",
                "saturation": "100",
                "hue": "0"
            },
            "isStyle": true
        },
        "imgFilterHover": {
            "type": "object",
            "default": {
                "contrast": "100",
                "blur": "0",
                "bright": "100",
                "saturation": "100",
                "hue": "0"
            },
            "isStyle": true
        },
        "linkTarget": {
            "type": "boolean",
            "default": false
        },
        "imgFit": {
            "type": "string",
            "value": "fill",
            "isStyle": true
        },
        "imgMask": {
            "type": "boolean",
            "default": false
        },
        "imgMaskURL": {
            "type": "string"
        },
        "imgMaskID": {
            "type": "number"
        },
        "maskSize": {
            "type": "string",
            "default": "contain",
            "isStyle": true
        },
        "maskPosition": {
            "type": "string",
            "default": "center center",
            "isStyle": true
        },
        "iconStyles": {
            "type": "array",
            "default": [
                {
                    "advancedBorder": false,
                    "icon": "dashicons admin-site",
                    "iconColor": "",
                    "iconBGColor": "",
                    "iconColorHover": "",
                    "iconBGColorHover": "",
                    "advancedBorderValue": "",
                    "imgHeightType": "px"
                }
            ],
            "isStyle": true
        },
        "imgHeight": {
            "type": "object",
            "default": {
                "Desktop": "",
                "Tablet": "",
                "Mobile": "",
                "unit": {
                    "Desktop": "px",
                    "Tablet": "px",
                    "Mobile": "px"
                }
            },
            "isStyle": true
        },
        "iconBorder": {
            "type": "object",
            "default": {
                "borderType": "none",
                "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
        },
        "iconPadding": {
            "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
        },
        "lottieURl": {
            "type": "string"
        },
        "loop": {
            "type": "boolean",
            "default": true
        },
        "reversedir": {
            "type": "boolean",
            "default": false
        },
        "svgUrl": {
            "type": "string",
            "default": ""
        },
        "iconTypeSelect": {
            "type": "string",
            "default": "img"
        },
        "iconBG": {
            "type": "object",
            "default": {
                "backgroundType": "",
                "backgroundColor": "",
                "backgroundImageID": "",
                "backgroundImageURL": "",
                "backgroundPosition": {
                    "Desktop": "center center",
                    "Tablet": "",
                    "Mobile": ""
                },
                "backgroundRepeat": {
                    "Desktop": "no-repeat",
                    "Tablet": "",
                    "Mobile": ""
                },
                "backgroundSize": {
                    "Desktop": "cover",
                    "Tablet": "",
                    "Mobile": ""
                },
                "fixed": false,
                "gradientLocationOne": "0",
                "gradientColorTwo": "#777",
                "gradientLocationTwo": "100",
                "gradientAngle": "180",
                "gradientPosition": "center center",
                "gradientType": "linear"
            },
            "isStyle": true
        },
        "iconColor": {
            "type": "string",
            "default": ""
        },
        "iconHoverBG": {
            "type": "object",
            "default": {
                "backgroundType": "",
                "backgroundColor": "",
                "backgroundImageID": "",
                "backgroundImageURL": "",
                "backgroundPosition": {
                    "Desktop": "",
                    "Tablet": "",
                    "Mobile": ""
                },
                "backgroundRepeat": {
                    "Desktop": "no-repeat",
                    "Tablet": "",
                    "Mobile": ""
                },
                "backgroundSize": {
                    "Desktop": "",
                    "Tablet": "",
                    "Mobile": ""
                },
                "fixed": false,
                "gradientLocationOne": "0",
                "gradientColorTwo": "",
                "gradientLocationTwo": "100",
                "gradientAngle": "180",
                "gradientPosition": "center center",
                "gradientType": "linear"
            },
            "isStyle": true
        },
        "iconHoverColor": {
            "type": "string",
            "default": "",
            "isStyle": true
        },
        "borderHoverColor": {
            "type": "string",
            "default": "",
            "isStyle": true
        },
        "imgWidth": {
            "type": "object",
            "default": {
                "Desktop": 200,
                "Tablet": "",
                "Mobile": "",
                "unit": {
                    "Desktop": "px",
                    "Tablet": "px",
                    "Mobile": "px"
                }
            },
            "isStyle": true
        },
        "iconMargin": {
            "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
        },
        "selectedIcon": {
            "type": "string",
            "default": "dashicons admin-site"
        },
        "follow": {
            "type": "boolean",
            "default": false
        }
    },
    "editorScript": "pbg-blocks-js",
    "editorStyle": "premium-blocks-editor-css"
}
