{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/ev-wordsearch-viewer",
  "version": "0.1.0",
  "title": "Ev Word Search Viewer",
  "category": "widgets",
  "icon": "search",
  "description": "Display your word search puzzles.",
  "example": {},
  "attributes": {
    "wsdata": {
      "type": "string"
    },
    "wsid": {
      "type": "string",
      "default": "0"
    },
    "cellsize": {
      "type": "string",
      "default": "32"
    },
    "bgcolor": {
      "type": "string",
      "default": "#ffffff"
    },
    "textcolor": {
      "type": "string",
      "default": "#000000"
    },
    "highlightcolor": {
      "type": "string",
      "default": "#8be28b"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "ev-crosswords",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}
