{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tanvir-blocks/layout-importer",
  "title": "Layout Importer",
  "category": "tanvirblocks",
  "icon": "download",
  "description": "Upload a WordPress pattern or layout file and instantly insert its blocks into the editor.",
  "keywords": [
    "layout",
    "pattern",
    "import",
    "template",
    "insert"
  ],
  "supports": {
    "html": false,
    "inserter": true,
    "reusable": false
  },
  "textdomain": "tanvir-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./style-index.css"
}