{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "uicore/post-image",
  "version": "0.1.0",
  "title": "Post Image",
  "category": "uicore-dynamic",
  "icon": "uicore-block-icon",
  "description": "Display dynamic images in a post query or a post page.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "usesContext": [
    "postId",
    "postType",
    "queryId"
  ],
  "textdomain": "uicore-blocks",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}