{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "b-blocks/advanced-image",
  "title": "Advanced Image",
  "category": "bBlocks",
  "description": "A block that allows for advanced image handling with custom features.",
  "keywords": [
    "b blocks",
    "advanced",
    "image",
    "advanced image"
  ],
  "textdomain": "b-blocks",
  "attributes": {
    "image": {
      "type": "object",
      "default": {
        "sourceType": "",
        "source": {
          "id": "",
          "url": "",
          "alt": "",
          "title": ""
        },
        "link": {
          "url": "",
          "tab": "_self"
        }
      }
    },
    "layout": {
      "type": "object",
      "default": {
        "size": "default",
        "width": {
          "desktop": "100%",
          "tablet": "100%",
          "mobile": "100%"
        },
        "isAutoHeight": true,
        "height": {
          "desktop": "230px",
          "tablet": "200px",
          "mobile": "150px"
        },
        "isAutoFit": false,
        "fitOptionType": "cover"
      }
    },
    "style": {
      "type": "object",
      "default": {
        "hoverEffect": "none",
        "normalEffect": "none",
        "effectOptions": {
          "normal": {
            "duration": 1000,
            "delay": 0,
            "iteration": "initial",
            "iterationCount": 1
          },
          "hover": {
            "duration": 1000,
            "delay": 0,
            "iteration": "initial",
            "iterationCount": 1
          }
        },
        "optionType": "rounded",
        "alignment": {
          "desktop": "start",
          "tablet": "start",
          "mobile": "start"
        }
      }
    },
    "caption": {
      "type": "object",
      "default": {
        "enabled": false,
        "text": ""
      }
    },
    "captionStyle": {
      "type": "object",
      "default": {
        "typo": {},
        "desktop": {
          "textAlign": "center",
          "hAlign": "left",
          "vAlign": "bottom",
          "width": "",
          "margin": {},
          "padding": {}
        },
        "tablet": {
          "textAlign": "center",
          "hAlign": "left",
          "vAlign": "top",
          "width": "",
          "margin": {},
          "padding": {}
        },
        "mobile": {
          "textAlign": "center",
          "hAlign": "left",
          "vAlign": "middle",
          "width": "",
          "margin": {},
          "padding": {}
        },
        "colors": {
          "color": "black",
          "bg": "#eee"
        }
      }
    },
    "advanced": {
      "type": "object",
      "default": {
        "dimension": {
          "padding": {
            "desktop": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "tablet": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "mobile": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            }
          }
        },
        "transform": {
          "normal": {
            "rotate": {
              "desktop": {
                "z": "",
                "y": "",
                "x": ""
              },
              "tablet": {
                "z": "",
                "y": "",
                "x": ""
              },
              "mobile": {
                "z": "",
                "y": "",
                "x": ""
              },
              "threeDRotate": false
            },
            "offset": {
              "desktop": {
                "x": "",
                "y": ""
              },
              "tablet": {
                "x": "",
                "y": ""
              },
              "mobile": {
                "x": "",
                "y": ""
              }
            },
            "scale": {
              "isProportion": true,
              "desktop": {
                "x": "",
                "y": "",
                "scale": ""
              },
              "tablet": {
                "x": "",
                "y": "",
                "scale": ""
              },
              "mobile": {
                "x": "",
                "y": "",
                "scale": ""
              }
            },
            "skew": {
              "desktop": {
                "x": "",
                "y": ""
              },
              "tablet": {
                "x": "",
                "y": ""
              },
              "mobile": {
                "x": "",
                "y": ""
              }
            },
            "flipX": false,
            "flipY": false
          },
          "hover": {
            "rotate": {
              "desktop": {
                "z": "",
                "y": "",
                "x": ""
              },
              "tablet": {
                "z": "",
                "y": "",
                "x": ""
              },
              "mobile": {
                "z": "",
                "y": "",
                "x": ""
              },
              "threeDRotate": false
            },
            "offset": {
              "desktop": {
                "x": "",
                "y": ""
              },
              "tablet": {
                "x": "",
                "y": ""
              },
              "mobile": {
                "x": "",
                "y": ""
              }
            },
            "scale": {
              "isProportion": true,
              "desktop": {
                "x": "",
                "y": "",
                "scale": ""
              },
              "tablet": {
                "x": "",
                "y": "",
                "scale": ""
              },
              "mobile": {
                "x": "",
                "y": "",
                "scale": ""
              }
            },
            "skew": {
              "desktop": {
                "x": "",
                "y": ""
              },
              "tablet": {
                "x": "",
                "y": ""
              },
              "mobile": {
                "x": "",
                "y": ""
              }
            },
            "flipX": false,
            "flipY": false
          },
          "transition": 200
        },
        "borderShadow": {
          "normal": {
            "radius": {
              "top": "0px",
              "right": "0px",
              "bottom": "0px",
              "left": "0px"
            },
            "shadow": [
              {
                "hOffset": "0px",
                "vOffset": "0px",
                "blur": "0px",
                "spreed": "0px",
                "color": "#7090b0",
                "isInset": false
              }
            ]
          }
        },
        "background": {
          "normal": {
            "type": "color",
            "color": "",
            "gradient": {
              "type": "radial",
              "radialType": "ellipse",
              "colors": [
                {
                  "color": "rgba(58, 66, 222, 1)",
                  "position": "0"
                },
                {
                  "color": "rgba(176, 195, 235, 1)",
                  "position": "80"
                }
              ],
              "centerPositions": {
                "x": 50,
                "y": 50
              },
              "angel": 90
            },
            "img": {
              "url": "",
              "desktop": {
                "position": "center center",
                "xPosition": 0,
                "yPosition": 0,
                "attachment": "",
                "repeat": "no-repeat",
                "size": "",
                "customSize": "0px"
              },
              "tablet": {
                "position": "center center",
                "xPosition": 0,
                "yPosition": 0,
                "attachment": "",
                "repeat": "no-repeat",
                "size": "",
                "customSize": "0px"
              },
              "mobile": {
                "position": "center center",
                "xPosition": 0,
                "yPosition": 0,
                "attachment": "",
                "repeat": "no-repeat",
                "size": "",
                "customSize": "0px"
              }
            },
            "video": {
              "url": "",
              "loop": false
            },
            "transition": 0.3
          }
        }
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": [
    "file:../index.js",
    "aos"
  ],
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "aos"
  ]
}