{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "marzipan/form",
  "version": "1.0.0",
  "title": "Marzipan Form",
  "category": "marzipan",
  "icon": "email",
  "description": "Display a Marzipan form.",
  "keywords": [
    "contact",
    "form",
    "email",
    "marzipan"
  ],
  "textdomain": "marzipan",
  "editorScript": "file:./index.js",
  "editorStyle": "marzipan-editor",
  "attributes": {
    "slug": {
      "type": "string",
      "default": "contact"
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  }
}