fix(n8n Form Trigger Node): Remove custom attribution option (no-changelog) (#10229)

This commit is contained in:
Michael Kret
2024-07-29 17:56:55 +03:00
committed by GitHub
parent 711b667ebe
commit e5dfd7faf9
5 changed files with 0 additions and 24 deletions

View File

@@ -115,17 +115,6 @@ const descriptionV2: INodeTypeDescription = {
placeholder: 'Add option',
default: {},
options: [
{
displayName: 'Custom Attribution',
name: 'customAttribution',
type: 'string',
placeholder: 'e.g. <svg> ...</svg>',
description: "HTML code that will be shown at the bottom of the form instead n8n's logo",
default: '',
typeOptions: {
rows: 2,
},
},
{
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
displayName: 'Append n8n Attribution',