feat(n8n Form Node): Add read-only/custom HTML form elements (#12760)

This commit is contained in:
Dana
2025-01-22 13:05:30 +01:00
committed by GitHub
parent 1c7a38f6ba
commit ba8aa39216
5 changed files with 126 additions and 7 deletions

View File

@@ -2684,6 +2684,7 @@ export type FormFieldsParameter = Array<{
multipleFiles?: boolean;
acceptFileTypes?: string;
formatDate?: string;
html?: string;
placeholder?: string;
}>;