{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "leco-cp/dashboard-link",
  "version": "0.1.0",
  "title": "Dashboard Link",
  "category": "widgets",
  "parent": [
    "core/navigation"
  ],
  "icon": "admin-links",
  "description": "Dashboard Link Item",
  "supports": {
    "anchor": true,
    "customClassName": true,
    "html": false,
    "multiple": false,
    "reusable": false
  },
  "textdomain": "leco-cp",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "attributes": {
    "linkText": {
      "type": "string",
      "default": "Dashboard"
    }
  }
}