diff --git a/src/components/forms/custom-form-builder.tsx b/src/components/forms/custom-form-builder.tsx index 13f2206..ed71a15 100644 --- a/src/components/forms/custom-form-builder.tsx +++ b/src/components/forms/custom-form-builder.tsx @@ -494,7 +494,15 @@ export function CustomFormBuilder() { heading?: 0 | 1 | 2 | 3; marker?: string; // list marker prefix like "1." or "•" } - | { kind: "table"; rows: TableCellSeg[][] }; + | { kind: "table"; rows: TableCellSeg[][] } + | { + kind: "image"; + src: string; + align: "left" | "center" | "right"; + widthPx?: number; + heightPx?: number; + alt?: string; + }; // Walk a DOM subtree, emitting inline runs with bold/italic/underline marks. //
becomes a newline character within the current run stream.