{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "aspect-blocks/image",
  "version": "0.1.0",
  "title": "Image",
  "category": "aspect-blocks",
  "icon": "welcome-learn-more",
  "usesContext": [
    "postId",
    "postType"
  ],
  "example": {
    "attributes": {
      "image": {
        "tag": "p",
        "imgSrc": "media",
        "imgSrcID": "",
        "imgSrcUrl": "",
        "metaKey": "",
        "lightbox": false,
        "lazyLoad": false,
        "captionEnable": false,
        "captionSrc": "custom",
        "linkAttr": [],
        "class": {
          "sm": "",
          "md": "",
          "desktop": "",
          "custom": "text-primary-900 font-medium text-[30px] text-center bg-primary-200 border-l-4 border-l-primary-900"
        },
        "wrapperClass": {
          "sm": "",
          "md": "",
          "desktop": "",
          "custom": ""
        },
        "captionClass": {
          "sm": "",
          "md": "",
          "desktop": "",
          "custom": ""
        },
        "customCaption": "The quick brown fox jumps over the lazy dog",
        "captionMetaKey": "",
        "id": ""
      }
    }
  },
  "attributes": {
    "image": {
      "type": "object",
      "default": {
        "tag": "p",
        "imgSrc": "media",
        "imgSrcID": "",
        "imgSrcUrl": "",
        "customImgSrcUrl": "",
        "metaKey": "",
        "lightbox": false,
        "lazyLoad": false,
        "captionEnable": false,
        "captionSrc": "customText",
        "linkAttr": [],
        "class": {
          "sm": "",
          "md": "",
          "desktop": "",
          "custom": "text-primary-900 font-medium text-[30px] text-center bg-primary-200 border-l-4 border-l-primary-900"
        },
        "wrapperClass": {
          "sm": "",
          "md": "",
          "desktop": "",
          "custom": ""
        },
        "captionClass": {
          "sm": "",
          "md": "",
          "desktop": "",
          "custom": ""
        },
        "customCaption": "The quick brown fox jumps over the lazy dog",
        "captionMetaKey": "",
        "id": ""
      }
    }
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}