{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "firebox/image",
  "version": "1.0.0",
  "title": "Image",
  "description": "An advanced Image block.",
  "category": "firebox",
  "keywords": [
    "image",
    "images",
    "content"
  ],
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "image": {
      "type": "object",
      "default": {
        "desktop": {
          "url": "",
          "repeat": "no-repeat",
          "size": "cover",
          "position": "50% 50%",
          "attachment": "scroll"
        },
        "tablet": {
          "url": "",
          "repeat": "no-repeat",
          "size": "cover",
          "position": "50% 50%",
          "attachment": "scroll"
        },
        "mobile": {
          "url": "",
          "repeat": "no-repeat",
          "size": "cover",
          "position": "50% 50%",
          "attachment": "scroll"
        }
      }
    },
    "alt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt",
      "default": ""
    },
    "href": {
      "type": "string",
      "source": "attribute",
      "selector": "figure > a",
      "attribute": "href"
    },
    "rel": {
      "type": "string",
      "source": "attribute",
      "selector": "figure > a",
      "attribute": "rel"
    },
    "linkClass": {
      "type": "string",
      "source": "attribute",
      "selector": "figure > a",
      "attribute": "class"
    },
    "linkTarget": {
      "type": "string",
      "source": "attribute",
      "selector": "figure > a",
      "attribute": "target"
    },
    "link": {
      "type": "string",
      "default": "none"
    },
    "width": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "align": {
      "type": "object",
      "default": {
        "desktop": "flex-start",
        "tablet": "",
        "mobile": ""
      }
    },
    "visibility": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "imageBorderColor": {
      "type": "string",
      "default": ""
    },
    "imageBorderWidth": {
      "type": "number",
      "default": 0
    },
    "imageBorderStyle": {
      "type": "string",
      "default": "none"
    },
    "imageBorderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "tablet": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "mobile": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "linked": true
      }
    },
    "boxShadow": {
      "type": "object",
      "default": {
        "desktop": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "tablet": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "mobile": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        }
      }
    },
    "textShadow": {
      "type": "object",
      "default": {
        "hpos": 0,
        "vpos": 0,
        "blur": 0,
        "color": ""
      }
    },
    "imageAbsolutePosition": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "imageAbsolutePositionValue": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "imageAbsolutePositionItems": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "linked": false
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "linked": false
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": "",
          "linked": false
        }
      }
    },
    "imageAbsolutePositionDisabled": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "zIndex": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "fb-block-image"
}