{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Form Builder",
  "name": "zolo/form",
  "category": "zoloblocks",
  "keywords": [
    "form",
    "input",
    "field",
    "data",
    "collection",
    "survey"
  ],
  "description": "Create dynamic forms with customizable fields for data collection.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "allowedBlocks": [
    "zolo/text-field",
    "zolo/email",
    "zolo/textarea",
    "zolo/checkbox-field",
    "zolo/number-field",
    "zolo/radio-field",
    "zolo/select-field",
    "zolo/phonenumber-field",
    "zolo/datetime-field",
    "zolo/country-field",
    "zolo/container"
  ],
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": [
    "zolo-form-validation",
    "file:./frontend.js"
  ]
}