docs(Google Sheets Node): Description updates for fields (no-changelog) (#5277)

This commit is contained in:
Giulio Andreini 2023-02-08 13:33:57 +01:00 committed by GitHub
parent ce732b42c8
commit b16d9d0f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
}, },
], ],
}, },