{
  "$schema" : "https://schemas.wp.org/trunk/block.json",
  "apiVersion" : 3,
  "name" : "foundry/navigation-link",
  "title" : "Refoundry Custom Link",
  "category" : "design",
  "parent" : [
    "foundry/navigation",
    "foundry/menu-list-block"
  ],
  "description" : "Add a page, link, or another item to your navigation.",
  "textdomain" : "default",
  "attributes" : {
    "label" : {
      "type" : "string"
    },
    "type" : {
      "type" : "string"
    },
    "description" : {
      "type" : "string"
    },
    "rel" : {
      "type" : "string"
    },
    "postId" : {
      "type" : "number"
    },
    "opensInNewTab" : {
      "type" : "boolean",
      "default" : false
    },
    "url" : {
      "type" : "string"
    },
    "title" : {
      "type" : "string"
    },
    "kind" : {
      "type" : "string"
    },
    "isTopLevelLink" : {
      "type" : "boolean"
    }
  },
  "usesContext" : [
    "itemPadding"
  ],
  "supports" : {
    "reusable" : false,
    "html" : false,
    "__experimentalSlashInserter" : true
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css"
}