{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/ev-leaderboard",
  "version": "0.1.0",
  "title": "Ev Puzzle Leaderboard",
  "category": "widgets",
  "icon": "awards",
  "description": "Show your site's top puzzle-streak readers. Pro feature.",
  "example": {},
  "attributes": {
    "title": {
      "type": "string",
      "default": "Puzzle Streak Leaderboard"
    },
    "limit": {
      "type": "string",
      "default": "10"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "ev-crosswords",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}
