mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Wait Node): Append n8n attribution option (#10585)
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
|
||||
import { formWebhook } from '../utils';
|
||||
import {
|
||||
appendAttributionToForm,
|
||||
formDescription,
|
||||
formFields,
|
||||
formRespondMode,
|
||||
@@ -116,15 +117,7 @@ const descriptionV2: INodeTypeDescription = {
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
|
||||
displayName: 'Append n8n Attribution',
|
||||
name: 'appendAttribution',
|
||||
type: 'boolean',
|
||||
default: true,
|
||||
description:
|
||||
'Whether to include the link “Form automated with n8n” at the bottom of the form',
|
||||
},
|
||||
appendAttributionToForm,
|
||||
{
|
||||
...respondWithOptions,
|
||||
displayOptions: {
|
||||
|
||||
Reference in New Issue
Block a user