{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/link",
  "version": "1.0",
  "title": "Link",
  "category": "mf-input-fields",
  "description": "Point anywhere: an external URL, or existing content found by searching.",
  "keywords": [
    "link",
    "url",
    "anchor",
    "button",
    "acf"
  ],
  "attributes": {
    "defaultValue": {
      "type": "object",
      "default": {
        "url": "",
        "title": "",
        "opensInNewTab": false
      }
    },
    "mfMeta": {
      "type": "object",
      "default": {
        "schema": {
          "url": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "opensInNewTab": {
            "type": "boolean"
          },
          "id": {
            "type": "integer"
          },
          "kind": {
            "type": "string"
          },
          "type": {
            "type": "string"
          }
        }
      }
    },
    "hasTextControl": {
      "type": "boolean",
      "default": true
    },
    "allowNewTab": {
      "type": "boolean",
      "default": true
    }
  },
  "example": {
    "attributes": {
      "label": "Link"
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "file:./index.css",
    "wp-block-editor"
  ],
  "style": "file:./style-index.css"
}