{
  "$schema": "https://schemas.wp.org/wp/6.9/block.json",
  "apiVersion": 3,
  "name": "impressum/imprint",
  "title": "Imprint",
  "category": "common",
  "description": "Output any fields of your imprint.",
  "keywords": [
    "legal",
    "information"
  ],
  "textdomain": "impressum",
  "attributes": {
    "enabledFields": {
      "default": [
        "all"
      ],
      "type": "array"
    }
  },
  "styles": [
    {
      "name": "default",
      "label": "Default",
      "isDefault": true
    },
    {
      "name": "no-title",
      "label": "Without Titles"
    }
  ],
  "supports": {
    "html": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": [
    "file:./index.css"
  ]
}