{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "ntp/network-template-part",
  "title": "Network Template Part",
  "category": "widgets",
  "icon": "location",
  "description": "Render a template part in the context of a site or network.",
  "version": "0.0.1",
  "textdomain": "network-template-parts",
  "editorScript": "file:index.js",
  "attributes": {
    "slug": {
      "type": "string",
      "default": ""
    },
    "context": {
      "type": "string",
      "default": "site"
    }
  }
}