mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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:
@@ -36,7 +36,9 @@ const descriptionV2: INodeTypeDescription = {
|
||||
name: 'formTrigger',
|
||||
icon: 'file:form.svg',
|
||||
group: ['trigger'],
|
||||
version: [2, 2.1, 2.2],
|
||||
// since trigger and node are sharing descriptions and logic we need to sync the versions
|
||||
// and keep them aligned in both nodes
|
||||
version: [2, 2.1, 2.2, 2.3],
|
||||
description: 'Generate webforms in n8n and pass their responses to the workflow',
|
||||
defaults: {
|
||||
name: 'On form submission',
|
||||
|
||||
Reference in New Issue
Block a user