mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Remove wrong properties from some parameters
This commit is contained in:
@@ -68,7 +68,6 @@ export class GoogleSheets implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
noDataExpression: true,
|
|
||||||
description: 'The ID of the Google Sheet.',
|
description: 'The ID of the Google Sheet.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -77,7 +76,6 @@ export class GoogleSheets implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'A:F',
|
default: 'A:F',
|
||||||
required: true,
|
required: true,
|
||||||
noDataExpression: true,
|
|
||||||
description: 'The columns to read and append data to.<br />If it contains multiple sheets it can also be<br />added like this: "MySheet!A:F"',
|
description: 'The columns to read and append data to.<br />If it contains multiple sheets it can also be<br />added like this: "MySheet!A:F"',
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -113,7 +111,6 @@ export class GoogleSheets implements INodeType {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
noDataExpression: true,
|
|
||||||
description: 'The name of the property into which to write the RAW data.',
|
description: 'The name of the property into which to write the RAW data.',
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -149,7 +146,6 @@ export class GoogleSheets implements INodeType {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
noDataExpression: true,
|
|
||||||
description: 'The name of the property from which to read the RAW data.',
|
description: 'The name of the property from which to read the RAW data.',
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -175,7 +171,6 @@ export class GoogleSheets implements INodeType {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
noDataExpression: true,
|
|
||||||
description: 'Index of the first row which contains<br />the actual data and not the keys. Starts with 0.',
|
description: 'Index of the first row which contains<br />the actual data and not the keys. Starts with 0.',
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -197,7 +192,6 @@ export class GoogleSheets implements INodeType {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
default: 0,
|
default: 0,
|
||||||
noDataExpression: true,
|
|
||||||
description: 'Index of the row which contains the key. Starts with 0.',
|
description: 'Index of the row which contains the key. Starts with 0.',
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -219,7 +213,6 @@ export class GoogleSheets implements INodeType {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
noDataExpression: true,
|
|
||||||
description: 'The name of the key to identify which<br />data should be updated in the sheet.',
|
description: 'The name of the key to identify which<br />data should be updated in the sheet.',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ export class ReadBinaryFiles implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
noDataExpression: true,
|
|
||||||
placeholder: '*.jpg',
|
placeholder: '*.jpg',
|
||||||
description: 'Pattern for files to read.',
|
description: 'Pattern for files to read.',
|
||||||
},
|
},
|
||||||
@@ -45,7 +44,6 @@ export class ReadBinaryFiles implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'data',
|
default: 'data',
|
||||||
required: true,
|
required: true,
|
||||||
noDataExpression: true,
|
|
||||||
description: 'Name of the binary property to which to<br />write the data of the read files.',
|
description: 'Name of the binary property to which to<br />write the data of the read files.',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ export class RssFeedRead implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
noDataExpression: true,
|
|
||||||
description: 'URL of the RSS feed.',
|
description: 'URL of the RSS feed.',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user