{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "billy-blocks/billy-setup-panel",
  "title": "Plugin Settings Panel: Billy Setup",
  "icon": "admin-tools",
  "category": "billy-blocks",
  "textdomain": "billy",
  "supports": {
    "inserter": false,
    "reusable": false,
    "html": false
  },
  "editorScript": "file:./index.js"
}