mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
docs(Google Sheets Node): Description updates for fields (no-changelog) (#5277)
This commit is contained in:
parent
ce732b42c8
commit
b16d9d0f8c
|
@ -64,9 +64,8 @@ export const dataLocationOnSheet: INodeProperties[] = [
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
},
|
},
|
||||||
default: 1,
|
default: 1,
|
||||||
description:
|
description: "Index is relative to the set 'Range', first row index is 1",
|
||||||
'Index of the row which contains the keys. Starts at 1. The incoming node data is matched to the keys for assignment. The matching is case sensitive.',
|
hint: 'Index of the row which contains the column names',
|
||||||
hint: 'From start of range. First row is row 1',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
rangeDefinition: ['specifyRange'],
|
rangeDefinition: ['specifyRange'],
|
||||||
|
@ -81,9 +80,8 @@ export const dataLocationOnSheet: INodeProperties[] = [
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
},
|
},
|
||||||
default: 2,
|
default: 2,
|
||||||
description:
|
description: "Index is relative to the set 'Range', first row index is 1",
|
||||||
'Index of the first row which contains the actual data and not the keys. Starts with 1.',
|
hint: 'Index of first row which contains the actual data',
|
||||||
hint: 'From start of range. First row is row 1',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
rangeDefinition: ['specifyRange'],
|
rangeDefinition: ['specifyRange'],
|
||||||
|
@ -131,9 +129,8 @@ export const locationDefine: INodeProperties[] = [
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
},
|
},
|
||||||
default: 1,
|
default: 1,
|
||||||
description:
|
description: "Index is relative to the set 'Range', first row index is 1",
|
||||||
'Index of the row which contains the keys. Starts at 1. The incoming node data is matched to the keys for assignment. The matching is case sensitive.',
|
hint: 'Index of the row which contains the column names',
|
||||||
hint: 'From start of range. First row is row 1',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'First Data Row',
|
displayName: 'First Data Row',
|
||||||
|
@ -143,9 +140,8 @@ export const locationDefine: INodeProperties[] = [
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
},
|
},
|
||||||
default: 2,
|
default: 2,
|
||||||
description:
|
description: "Index is relative to the set 'Range', first row index is 1",
|
||||||
'Index of the first row which contains the actual data and not the keys. Starts with 1.',
|
hint: 'Index of first row which contains the actual data',
|
||||||
hint: 'From start of range. First row is row 1',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue