mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Small improvements on Cockpit-Node
This commit is contained in:
@@ -26,6 +26,22 @@ export const formOperations = [
|
||||
] as INodeProperties[];
|
||||
|
||||
export const formFields = [
|
||||
{
|
||||
displayName: 'Form',
|
||||
name: 'form',
|
||||
type: 'string',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
'forms',
|
||||
],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'Name of the form to operate on.'
|
||||
},
|
||||
|
||||
// Forms:submit
|
||||
{
|
||||
displayName: 'Form data',
|
||||
|
||||
Reference in New Issue
Block a user