{
  "$schema": "https://schemas.wp.org/wp/6.9/block.json",
  "apiVersion": 3,
  "name": "form-block/form",
  "title": "Form",
  "category": "formatting",
  "description": "A form with customizable fields.",
  "keywords": [
    "contact",
    "mail"
  ],
  "textdomain": "form-block",
  "attributes": {
    "methods": {
      "type": "object"
    },
    "formId": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    }
  },
  "supports": {
    "anchor": true,
    "color": {
      "gradients": true
    },
    "html": false,
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": [
    "file:./index.css"
  ],
  "viewScript": [
    "form-block-form"
  ]
}