mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(n8n Form Node): Add read-only/custom HTML form elements (#12760)
This commit is contained in:
@@ -2684,6 +2684,7 @@ export type FormFieldsParameter = Array<{
|
||||
multipleFiles?: boolean;
|
||||
acceptFileTypes?: string;
|
||||
formatDate?: string;
|
||||
html?: string;
|
||||
placeholder?: string;
|
||||
}>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user