Fix parameter "Ignore Bots" parameter order

This commit is contained in:
Jan Oberhauser
2022-01-02 10:20:12 +01:00
parent eeccc69b4f
commit 4cb52c710f
3 changed files with 19 additions and 46 deletions

View File

@@ -537,6 +537,13 @@ export class Wait implements INodeType {
the received file. If the data gets received via "Form-Data Multipart"
it will be the prefix and a number starting with 0 will be attached to it.`,
},
{
displayName: 'Ignore Bots',
name: 'ignoreBots',
type: 'boolean',
default: false,
description: 'Set to true to ignore requests from bots like link previewers and web crawlers',
},
{
displayName: 'Response Data',
name: 'responseData',
@@ -628,13 +635,6 @@ export class Wait implements INodeType {
placeholder: 'webhook',
description: 'This suffix path will be appended to the restart URL. Helpful when using multiple wait nodes. Note: Does not support expressions.',
},
{
displayName: 'Ignore Bots',
name: 'ignoreBots',
type: 'boolean',
default: false,
description: 'Set to true to ignore requests from bots like link previewers and web crawlers',
},
// {
// displayName: 'Raw Body',
// name: 'rawBody',