{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "dragblock/link",
  "version": "0.1.0",
  "title": "Link",
  "category": "dragblock-basic",
  "icon": "admin-links",
  "description": "Insert a flexible link/button",
  "keywords": [
    "button",
    "link",
    "a",
    "href",
    "url"
  ],
  "supports": {
    "html": false
  },
  "textdomain": "dragblock",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}