docs: Update add options text (no-changelog) (#10049)

This commit is contained in:
Jon
2024-07-29 13:27:23 +01:00
committed by GitHub
parent 00ec253337
commit 4d37b9669f
289 changed files with 388 additions and 388 deletions

View File

@@ -108,7 +108,7 @@ export const recordFields: INodeProperties[] = [
displayName: 'Options',
name: 'options',
type: 'collection',
placeholder: 'Add Options',
placeholder: 'Add option',
default: {},
displayOptions: {
show: {
@@ -122,7 +122,7 @@ export const recordFields: INodeProperties[] = [
name: 'ignoreUnknownValues',
type: 'boolean',
default: false,
description: 'Whether to gnore row values that do not match the schema',
description: 'Whether to ignore row values that do not match the schema',
},
{
displayName: 'Skip Invalid Rows',
@@ -257,7 +257,7 @@ export const recordFields: INodeProperties[] = [
displayName: 'Options',
name: 'options',
type: 'collection',
placeholder: 'Add Options',
placeholder: 'Add option',
default: {},
displayOptions: {
show: {