mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(n8n Form Node): Add Hidden Fields (#12803)
This commit is contained in:
@@ -2693,6 +2693,8 @@ export type FormFieldsParameter = Array<{
|
||||
formatDate?: string;
|
||||
html?: string;
|
||||
placeholder?: string;
|
||||
fieldName?: string;
|
||||
fieldValue?: string;
|
||||
}>;
|
||||
|
||||
export type FieldTypeMap = {
|
||||
|
||||
Reference in New Issue
Block a user