{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "formgent/form",
  "title": "Dynamic Forms",
  "category": "formgent",
  "description": "Create AI-powered dynamic forms that adapt based on user input.",
  "textdomain": "formgent",
  "attributes": {
    "formId": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "color": {
      "text": false,
      "background": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": true
      }
    },
    "interactivity": true
  },
  "editorScript": "file:index.js",
  "style": "file:style-index.css",
  "editorStyle": "file:index.css",
  "render": "file:render.php"
}