{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "1.0.0",
  "name": "gutendraw/image-block",
  "title": "GutenDraw",
  "category": "widgets",
  "description": "Show sketches and diagrams",
  "attributes": {
    "itemId": {
      "type": "string"
    },
    "themeId": {
      "type": "string",
      "default": "light"
    },
    "showTitle": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "gutendraw",
  "editorScript": "file:./editor.js",
  "viewScript": "file:./view.js",
  "style": ["file:./style.css"]
}