{
  "name": "FormsActionConfig",
  "package": "@magicblocksai/ui",
  "file": "packages/ui/src/components/FormsActionConfig.tsx",
  "chapterTag": "18 Agent Builder",
  "chapter": "18-agent-builder.html",
  "sectionId": "actions",
  "elName": "Add Buttons, Add Forms &amp; <em style=\"font-family:var(--f-serif); font-weight:400;\">declarative actions</em>",
  "demoUrl": "https://brand.magicblocks.ai/components/18-agent-builder#actions",
  "hasLiveDemo": false,
  "description": "Custom config panel for **Add Forms** — collect end-user info via a saved\nform. Picks the form (`<Select>` from `context.forms`) and composes three\n`<MessageField>`s: before the form, on submit, and the privacy notice. The\nform's on-submit actions (v1 `submitActions`) are a Phase-3 concern and are\ncarried untouched.",
  "useClient": true,
  "interactivity": "interactive",
  "namedExports": [
    {
      "name": "FormsActionConfig",
      "isPrincipal": true,
      "isType": false
    }
  ],
  "importStatement": "import { FormsActionConfig } from \"@magicblocksai/ui\";",
  "props": [],
  "classesUsed": [
    "action-config-stack",
    "field-help",
    "field-label",
    "field-req",
    "field-row"
  ],
  "examples": {
    "react": null,
    "html": null,
    "css": ".action-config-stack { display: flex; flex-direction: column; gap: var(--s-4); }\n\n.field-help { font: 400 11.5px/1.4 var(--f-body); color: var(--fg-faint); margin: 0; }\n\n.field-label { font: 600 12.5px/1.3 var(--f-body); color: var(--fg); }\n\n.field-req { color: var(--accent); }\n\n.field-row { display: flex; flex-direction: column; gap: 6px; }"
  }
}
