docs: Update add options text (no-changelog) (#10049)
This commit is contained in:
@@ -94,7 +94,7 @@ export const formFields: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
type: 'collection',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
|
||||
@@ -2,7 +2,7 @@ import type { INodeProperties } from 'n8n-workflow';
|
||||
|
||||
export const options = {
|
||||
displayName: 'Options',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
name: 'formatOptions',
|
||||
type: 'collection',
|
||||
default: {},
|
||||
|
||||
@@ -205,7 +205,7 @@ export const submissionFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: {},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
displayName: 'Download Attachments',
|
||||
|
||||
Reference in New Issue
Block a user