{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": "3",
  "name": "dev-hours/address-block",
  "version": "1.0.0",
  "title": "Address Block",
  "category": "structured-listing",
  "icon": "list-view",
  "description": "Address block for single posts",
  "example": {},
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "textdomain": "structured-listing",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.scss",
  "render": "file:./render.php",
  "usesContext": ["postId"]
}
