mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat: Checkboxes and Radio Buttons field types (#17934)
Co-authored-by: Your Name <you@example.com> Co-authored-by: Roman Davydchuk <roman.davydchuk@n8n.io>
This commit is contained in:
@@ -2857,6 +2857,10 @@ export type FormFieldsParameter = Array<{
|
||||
placeholder?: string;
|
||||
fieldName?: string;
|
||||
fieldValue?: string;
|
||||
limitSelection?: 'exact' | 'range' | 'unlimited';
|
||||
numberOfSelections?: number;
|
||||
minSelections?: number;
|
||||
maxSelections?: number;
|
||||
}>;
|
||||
|
||||
export type FieldTypeMap = {
|
||||
|
||||
Reference in New Issue
Block a user