mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
docs: Update add options text (no-changelog) (#10049)
This commit is contained in:
parent
00ec253337
commit
4d37b9669f
|
@ -183,7 +183,7 @@ export const organizationFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -239,7 +239,7 @@ export const organizationFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -219,7 +219,7 @@ export const personFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -275,7 +275,7 @@ export const personFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -279,7 +279,7 @@ export const companyFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -279,7 +279,7 @@ export const contactFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -347,7 +347,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
},
|
||||
default: {},
|
||||
description: 'Additional options which decide which records should be returned',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
displayName: 'Fields',
|
||||
|
@ -502,7 +502,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['append', 'delete', 'update'],
|
||||
|
|
|
@ -39,7 +39,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -165,7 +165,7 @@ export const insertUpdateOptions: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -28,7 +28,7 @@ const properties: INodeProperties[] = [
|
|||
type: 'collection',
|
||||
default: {},
|
||||
description: 'Additional options which decide which records should be returned',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
|
||||
|
|
|
@ -50,7 +50,7 @@ const properties: INodeProperties[] = [
|
|||
type: 'collection',
|
||||
default: {},
|
||||
description: 'Additional options which decide which records should be returned',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
|
||||
|
|
|
@ -96,7 +96,7 @@ export class Amqp implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -64,7 +64,7 @@ export class AmqpTrigger implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -75,7 +75,7 @@ export class AwsSns implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -132,7 +132,7 @@ export class AwsSqs implements INodeType {
|
|||
},
|
||||
},
|
||||
default: {},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
displayName: 'Delay Seconds',
|
||||
|
|
|
@ -166,7 +166,7 @@ export class AwsTranscribe implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['create'],
|
||||
|
|
|
@ -203,7 +203,7 @@ export const operationFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'additionalOptions',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -610,7 +610,7 @@ export const fileFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['share'],
|
||||
|
|
|
@ -570,7 +570,7 @@ export const folderFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['share'],
|
||||
|
|
|
@ -250,7 +250,7 @@ const getAllOperations: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: ['contact'],
|
||||
|
|
|
@ -382,7 +382,7 @@ export const meetingFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -430,7 +430,7 @@ export const meetingFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -70,7 +70,7 @@ export const meetingTranscriptFields: INodeProperties[] = [
|
|||
},
|
||||
},
|
||||
default: {},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
displayName: 'Format',
|
||||
|
|
|
@ -91,7 +91,7 @@ export const collectionFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -104,7 +104,7 @@ export const tableFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -189,7 +189,7 @@ export const tableFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -311,7 +311,7 @@ export const tableFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -221,7 +221,7 @@ export const viewFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -579,7 +579,7 @@ export const viewFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -394,7 +394,7 @@ export const coinFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -555,7 +555,7 @@ export const coinFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -608,7 +608,7 @@ export const coinFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -59,7 +59,7 @@ export const eventFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -189,7 +189,7 @@ export class CompareDatasets implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -51,7 +51,7 @@ export const getAdditionalOptions = (fields: INodeProperties[]): INodeProperties
|
|||
},
|
||||
},
|
||||
default: {},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: fields,
|
||||
};
|
||||
};
|
||||
|
|
|
@ -203,7 +203,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
},
|
||||
},
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
@ -362,7 +362,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -107,7 +107,7 @@ export const AddToDateDescription: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['addToDate'],
|
||||
|
|
|
@ -43,7 +43,7 @@ export const CurrentDateDescription: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['getCurrentDate'],
|
||||
|
|
|
@ -84,7 +84,7 @@ export const ExtractDateDescription: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['extractDate'],
|
||||
|
|
|
@ -110,7 +110,7 @@ export const FormatDateDescription: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['formatDate'],
|
||||
|
|
|
@ -86,7 +86,7 @@ export const GetTimeBetweenDatesDescription: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['getTimeBetweenDates'],
|
||||
|
|
|
@ -124,7 +124,7 @@ export const RoundDateDescription: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['roundDate'],
|
||||
|
|
|
@ -107,7 +107,7 @@ export const SubtractFromDateDescription: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['subtractFromDate'],
|
||||
|
|
|
@ -77,7 +77,7 @@ export class Dhl implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -49,7 +49,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Additional Fields',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -45,7 +45,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -15,7 +15,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [simplifyBoolean],
|
||||
},
|
||||
|
|
|
@ -21,7 +21,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [simplifyBoolean],
|
||||
},
|
||||
|
|
|
@ -22,7 +22,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [simplifyBoolean],
|
||||
},
|
||||
|
|
|
@ -73,7 +73,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -33,7 +33,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -264,7 +264,7 @@ export const userFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -190,7 +190,7 @@ export class Dropcontact implements INodeType {
|
|||
operation: ['enrich'],
|
||||
},
|
||||
},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -863,7 +863,7 @@ export class EditImage implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
hide: {
|
||||
|
|
|
@ -130,7 +130,7 @@ export const documentFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -242,7 +242,7 @@ export const documentFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -189,7 +189,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -193,7 +193,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -106,7 +106,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -133,7 +133,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -176,7 +176,7 @@ export class ExecuteWorkflow implements INodeType {
|
|||
name: 'options',
|
||||
type: 'collection',
|
||||
default: {},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
displayName: 'Wait For Sub-Workflow Completion',
|
||||
|
|
|
@ -218,7 +218,7 @@ export class FacebookGraphApi implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -125,7 +125,7 @@ export class FacebookLeadAdsTrigger implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -26,7 +26,7 @@ export const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@ export const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -36,7 +36,7 @@ export const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@ export const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -40,7 +40,7 @@ export const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@ export const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@ export const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -29,7 +29,7 @@ export const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -191,7 +191,7 @@ export const respondWithOptions: INodeProperties = {
|
|||
displayName: 'Form Response',
|
||||
name: 'respondWithOptions',
|
||||
type: 'fixedCollection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: { values: { respondWith: 'text' } },
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -62,7 +62,7 @@ const descriptionV1: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
hide: {
|
||||
|
|
|
@ -74,7 +74,7 @@ const descriptionV2: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -347,7 +347,7 @@ export class Freshdesk implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -901,7 +901,7 @@ export class Freshdesk implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -188,7 +188,7 @@ export const searchFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -228,7 +228,7 @@ export class Ftp implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['delete'],
|
||||
|
|
|
@ -120,7 +120,7 @@ export class GetResponseTrigger implements INodeType {
|
|||
{
|
||||
displayName: 'Options',
|
||||
name: 'options',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
type: 'collection',
|
||||
default: {},
|
||||
options: [
|
||||
|
|
|
@ -383,7 +383,7 @@ export const postFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -428,7 +428,7 @@ export const postFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -506,7 +506,7 @@ export const postFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -571,7 +571,7 @@ export const postFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -38,7 +38,7 @@ export const addConfigFields: INodeProperties[] = [
|
|||
operation: ['addConfig'],
|
||||
},
|
||||
},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ export const commitFields: INodeProperties[] = [
|
|||
operation: ['commit'],
|
||||
},
|
||||
},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -39,7 +39,7 @@ export const logFields: INodeProperties[] = [
|
|||
operation: ['log'],
|
||||
},
|
||||
},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -10,7 +10,7 @@ export const pushFields: INodeProperties[] = [
|
|||
operation: ['push'],
|
||||
},
|
||||
},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -438,7 +438,7 @@ export class GithubTrigger implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -187,7 +187,7 @@ export const campaignFields: INodeProperties[] = [
|
|||
},
|
||||
default: {},
|
||||
description: 'Additional options for fetching campaigns',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
displayName: 'Date Range',
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -54,7 +54,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Options',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -89,7 +89,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Options',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -106,7 +106,7 @@ export const calendarFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Options',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: ['availability'],
|
||||
|
|
|
@ -480,7 +480,7 @@ export const eventFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Options',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -536,7 +536,7 @@ export const eventFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Options',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -633,7 +633,7 @@ export const eventFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -112,7 +112,7 @@ export class GoogleCalendarTrigger implements INodeType {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -72,7 +72,7 @@ export const incomingWebhookFields: INodeProperties[] = [
|
|||
name: 'messageUi',
|
||||
type: 'collection',
|
||||
required: true,
|
||||
placeholder: 'Add Options',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: ['incomingWebhook'],
|
||||
|
|
|
@ -280,7 +280,7 @@ export const messageFields: INodeProperties[] = [
|
|||
name: 'updateFieldsUi',
|
||||
type: 'collection',
|
||||
required: true,
|
||||
placeholder: 'Add Options',
|
||||
placeholder: 'Add option',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: ['message'],
|
||||
|
|
|
@ -130,7 +130,7 @@ export class GoogleCloudNaturalLanguage implements INodeType {
|
|||
},
|
||||
},
|
||||
default: {},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
options: [
|
||||
{
|
||||
displayName: 'Document Type',
|
||||
|
|
|
@ -892,7 +892,7 @@ export const contactFields: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -343,7 +343,7 @@ export class GoogleDriveTrigger implements INodeType {
|
|||
triggerOn: ['specificFile'],
|
||||
},
|
||||
},
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -372,7 +372,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -884,7 +884,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Update Fields',
|
||||
name: 'updateFields',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -942,7 +942,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -1108,7 +1108,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -1543,7 +1543,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -1774,7 +1774,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -1831,7 +1831,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -1865,7 +1865,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Update Fields',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
@ -1935,7 +1935,7 @@ const versionDescription: INodeTypeDescription = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -288,7 +288,7 @@ export const shareOptions: INodeProperties = {
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -36,7 +36,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Update Fields',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
|
|
@ -48,7 +48,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -47,7 +47,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
...updateCommonOptions,
|
||||
|
|
|
@ -13,7 +13,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -19,7 +19,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
{
|
||||
|
|
|
@ -57,7 +57,7 @@ const properties: INodeProperties[] = [
|
|||
displayName: 'Options',
|
||||
name: 'options',
|
||||
type: 'collection',
|
||||
placeholder: 'Add Option',
|
||||
placeholder: 'Add option',
|
||||
default: {},
|
||||
options: [
|
||||
...updateCommonOptions,
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue