mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Wait Node): Append n8n attribution option (#10585)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { INodeProperties } from 'n8n-workflow';
|
||||
import { appendAttributionOption } from '../../utils/descriptions';
|
||||
|
||||
export const webhookPath: INodeProperties = {
|
||||
displayName: 'Form Path',
|
||||
@@ -314,3 +315,8 @@ export const respondWithOptions: INodeProperties = {
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export const appendAttributionToForm: INodeProperties = {
|
||||
...appendAttributionOption,
|
||||
description: 'Whether to include the link “Form automated with n8n” at the bottom of the form',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user