{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/anchor",
  "description": "Creates a link target within a page.",
  "category": "getwid-blocks",
  "title": "Anchor",
  "supports": {
    "anchor": true
  },
  "attributes": {
    "anchor": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}