{
  "title": "Make",
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "inventory-presser/make",
  "version": "1.0.0",
  "description": "Displays and edits the make meta field. Make is the manufacturer's name.",
  "icon": "admin-network",
  "category": "inventory-presser",
  "attributes": {},
  "example": {},
  "textdomain": "inventory-presser",
  "editorScript": "file:./index.js",
  "keywords": [
    "manufacturer",
    "brand",
    "marque",
    "vendor"
  ],
  "render": "file:./render.php",
  "usesContext": [
    "postType"
  ]
}