{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "designsetgo/dynamic-image",
  "version": "1.0.0",
  "title": "Dynamic Image",
  "category": "designsetgo",
  "description": "An image block whose source resolves at render time from the post, site, user, or a custom field (ACF, Meta Box, Pods, JetEngine).",
  "keywords": [
    "image",
    "dynamic",
    "featured",
    "acf",
    "tag"
  ],
  "textdomain": "designsetgo",
  "icon": "format-image",
  "usesContext": [
    "postId",
    "postType"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    }
  },
  "attributes": {
    "source": {
      "type": "string",
      "default": ""
    },
    "sourceArgs": {
      "type": "object",
      "default": {}
    },
    "size": {
      "type": "string",
      "default": "full"
    },
    "altOverride": {
      "type": "string",
      "default": ""
    },
    "focalPoint": {
      "type": "object",
      "default": {
        "x": 0.5,
        "y": 0.5
      }
    },
    "aspectRatio": {
      "type": "string",
      "default": ""
    },
    "objectFit": {
      "type": "string",
      "default": "cover"
    },
    "fallbackId": {
      "type": "number",
      "default": 0
    },
    "fallbackUrl": {
      "type": "string",
      "default": ""
    },
    "fallbackAlt": {
      "type": "string",
      "default": ""
    },
    "href": {
      "type": "string",
      "default": ""
    },
    "linkTarget": {
      "type": "string",
      "default": ""
    },
    "rel": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}