mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore(n8n Form Node): Incorporate design feedback for Custom HTML (#12817)
This commit is contained in:
@@ -2677,6 +2677,7 @@ export interface ResourceMapperField {
|
||||
|
||||
export type FormFieldsParameter = Array<{
|
||||
fieldLabel: string;
|
||||
elementName?: string;
|
||||
fieldType?: string;
|
||||
requiredField?: boolean;
|
||||
fieldOptions?: { values: Array<{ option: string }> };
|
||||
|
||||
Reference in New Issue
Block a user