feat(n8n Form Node): Add Hidden Fields (#12803)

This commit is contained in:
Dana
2025-01-29 16:56:47 +01:00
committed by GitHub
parent 0f345681d9
commit 0da1114981
7 changed files with 161 additions and 6 deletions

View File

@@ -2693,6 +2693,8 @@ export type FormFieldsParameter = Array<{
formatDate?: string;
html?: string;
placeholder?: string;
fieldName?: string;
fieldValue?: string;
}>;
export type FieldTypeMap = {