{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sfb/linkwrapper",
  "version": "0.1.0",
  "title": "Link Wrapper",
  "category": "swift-blocks",
  "icon": "sites",
  "description": "Wrap any block with a link easily.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "url": {
      "type": "string",
      "default": ""
    },
    "opensInNewTab": {
      "type": "boolean",
      "default": false
    }
  },
  "usesContext": [
    "postId"
  ],
  "textdomain": "swift-fse-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}