{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-travel-blocks/guide-image",
  "version": "0.1.0",
  "title": "Guide Image",
  "category": "wp-travel-guide-blocks",
  "icon": "format-image",
  "description": "Display guide featured image.",
  "attributes": {
    "imageWidth": {
      "type": "number"
    },
    "imageHeight": {
      "type": "number"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "guide-image",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}