mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
chore(Form Node): Add dropdown example (#18809)
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -89,6 +89,7 @@ export const formFields: INodeProperties = {
|
||||
type: 'options',
|
||||
default: 'text',
|
||||
description: 'The type of field to add to the form',
|
||||
// Update ALLOWED_FIELD_TYPES in packages/workflow/src/type-validation.ts when adding new field types
|
||||
options: [
|
||||
{
|
||||
name: 'Checkboxes',
|
||||
|
||||
Reference in New Issue
Block a user