{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "hot-random-image/hot-random-image-block",
  "version": "1.9.1",
  "title": "Hot Random Image",
  "category": "widgets",
  "icon": "cover-image",
  "description": "Hot Random Image shows a randomly picked image from a selected folder where images are stored.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "path": {
      "type": "string",
      "default": ""
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "height": {
      "type": "string",
      "default": "auto"
    },
    "alt": {
      "type": "string",
      "default": ""
    },
    "link": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "hot-random-image",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}