Remove unnessasry <br/> (#2340)

* introduce analytics

* add user survey backend

* add user survey backend

* set answers on survey submit

Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>

* change name to personalization

* lint

Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>

* N8n 2495 add personalization modal (#2280)

* update modals

* add onboarding modal

* implement questions

* introduce analytics

* simplify impl

* implement survey handling

* add personalized cateogry

* update modal behavior

* add thank you view

* handle empty cases

* rename modal

* standarize modal names

* update image, add tags to headings

* remove unused file

* remove unused interfaces

* clean up footer spacing

* introduce analytics

* refactor to fix bug

* update endpoint

* set min height

* update stories

* update naming from questions to survey

* remove spacing after core categories

* fix bug in logic

* sort nodes

* rename types

* merge with be

* rename userSurvey

* clean up rest api

* use constants for keys

* use survey keys

* clean up types

* move personalization to its own file

Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>

* update parameter inputs to be multiline

* update spacing

* Survey new options (#2300)

* split up options

* fix quotes

* remove unused import

* refactor node credentials

* add user created workflow event (#2301)

* update multi params

* simplify env vars

* fix versionCli on FE

* update personalization env

* clean up node detail settings

* fix event User opened Credentials panel

* fix font sizes across modals

* clean up input spacing

* fix select modal spacing

* increase spacing

* fix input copy

* fix webhook, tab spacing, retry button

* fix button sizes

* fix button size

* add mini xlarge sizes

* fix webhook spacing

* fix nodes panel event

* fix workflow id in workflow execute event

* improve telemetry error logging

* fix config and stop process events

* add flush call on n8n stop

* ready for release

* fix input error highlighting

* revert change

* update toggle spacing

* fix delete positioning

* keep tooltip while focused

* set strict size

* increase left spacing

* fix sort icons

* remove unnessasry <br/>

* remove unnessary break

* remove unnessary margin

* clean unused functionality

* remove unnessary css

* remove duplicate tracking

* only show tooltip when hovering over label

* remove extra space

* add br

* remove extra space

* clean up commas

* clean up commas

* remove extra space

* remove extra space

* rewrite desc

* add commas

* add space

* remove extra space

* add space

* add dot

* update credentials section

* use includes

Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Mutasem Aldmour 2021-10-27 22:00:13 +02:00 committed by GitHub
parent 171f5a458c
commit ce066a160f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
99 changed files with 242 additions and 243 deletions

View file

@ -38,7 +38,7 @@ export class MongoDb implements ICredentialType {
default: '',
placeholder: 'mongodb://<USERNAME>:<PASSWORD>@localhost:27017/?authSource=admin&readPreference=primary&appname=n8n&ssl=false',
required: false,
description: `If provided, the value here will be used as a MongoDB connection string,<br />
description: `If provided, the value here will be used as a MongoDB connection string,
and the MongoDB credentials will be ignored`,
},
{

View file

@ -117,7 +117,7 @@ export class AcuitySchedulingTrigger implements INodeType {
name: 'resolveData',
type: 'boolean',
default: true,
description: 'By default does the webhook-data only contain the ID of the object.<br />If this option gets activated it will resolve the data automatically.',
description: 'By default does the webhook-data only contain the ID of the object.<br />If this option gets activated, it will resolve the data automatically.',
},
],
};

View file

@ -256,7 +256,7 @@ export class Airtable implements INodeType {
type: 'string',
default: '',
placeholder: 'NOT({Name} = \'\')',
description: 'A formula used to filter records. The formula will be evaluated for each<br />record, and if the result is not 0, false, "", NaN, [], or #Error!<br />the record will be included in the response.',
description: 'A formula used to filter records. The formula will be evaluated for each record, and if the result is not 0, false, "", NaN, [], or #Error! the record will be included in the response.',
},
{
displayName: 'Sort',
@ -309,7 +309,7 @@ export class Airtable implements INodeType {
type: 'string',
default: '',
placeholder: 'All Stories',
description: 'The name or ID of a view in the Stories table. If set,<br />only the records in that view will be returned. The records<br />will be sorted according to the order of the view.',
description: 'The name or ID of a view in the Stories table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view.',
},
],
},

View file

@ -180,7 +180,7 @@ export class ApiTemplateIo implements INodeType {
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
{
displayName: 'Binary Property',

View file

@ -1438,7 +1438,7 @@ export class Asana implements INodeType {
],
},
},
description: 'An identifier for the user to get data of. Can be one of an<br />email address,the globally unique identifier for the user,<br />or the keyword me to indicate the current user making the request.',
description: 'An identifier for the user to get data of. Can be one of an email address,the globally unique identifier for the user, or the keyword me to indicate the current user making the request.',
},
// ----------------------------------

View file

@ -450,7 +450,7 @@ export const fileFields = [
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
{
displayName: 'Additional Fields',
@ -762,7 +762,7 @@ export const fileFields = [
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
/* -------------------------------------------------------------------------- */
/* file:delete */

View file

@ -194,7 +194,7 @@ export const fileFields = [
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
/* -------------------------------------------------------------------------- */
@ -818,7 +818,7 @@ export const fileFields = [
},
},
description: 'Name of the binary property which contains<br />the data for the file.',
description: 'Name of the binary property which contains the data for the file.',
},
{
displayName: 'Parent ID',

View file

@ -95,7 +95,7 @@ export class Brandfetch implements INodeType {
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
{
displayName: 'Image Type',

View file

@ -107,7 +107,7 @@ export class CiscoWebexTrigger implements INodeType {
},
},
default: true,
description: 'By default the response only contain a reference to the data the user inputed<br />If this option gets activated it will resolve the data automatically.',
description: 'By default the response only contain a reference to the data the user inputed. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Filters',

View file

@ -58,7 +58,7 @@ export class Clearbit implements INodeType {
{
name: 'Person',
value: 'person',
description: `The Person API lets you retrieve social information associated with an email address,<br/>
description: `The Person API lets you retrieve social information associated with an email address,
such as a persons name, location and Twitter handle.`,
},
],

View file

@ -1063,8 +1063,8 @@ export const taskFields = [
},
},
default: false,
description: `The value is JSON and will be parsed as such. Is needed<br />
if for example needed for labels which expects the value<br />
description: `The value is JSON and will be parsed as such. Is needed
if for example needed for labels which expects the value
to be an array.`,
},
{

View file

@ -133,8 +133,8 @@ export const tableFields = [
name: 'keyColumns',
type: 'string',
default: '',
description: `Optional column IDs, URLs, or names (fragile and discouraged)<br />,
specifying columns to be used as upsert keys. If more than one separate by ,`,
description: `Optional column IDs, URLs, or names (fragile and discouraged),
specifying columns to be used as upsert keys. If more than one separate by a comma (,)`,
},
],
},
@ -202,10 +202,10 @@ export const tableFields = [
],
},
},
description: `ID or name of the row. Names are discouraged because<br />
they're easily prone to being changed by users. If you're<br />
using a name, be sure to URI-encode it. If there are<br />
multiple rows with the same value in the identifying column,<br />
description: `ID or name of the row. Names are discouraged because
they're easily prone to being changed by users. If you're
using a name, be sure to URI-encode it. If there are
multiple rows with the same value in the identifying column,
an arbitrary one will be selected`,
},
{
@ -413,7 +413,7 @@ export const tableFields = [
type: 'boolean',
default: false,
description: `Use column names instead of column IDs in the returned output.</br>
This is generally discouraged as it is fragile. If columns<br />
This is generally discouraged as it is fragile. If columns
are renamed, code using original names may throw errors.`,
},
{
@ -576,10 +576,10 @@ export const tableFields = [
],
},
},
description: `ID or name of the row. Names are discouraged because<br />
they're easily prone to being changed by users. If you're<br />
using a name, be sure to URI-encode it. If there are multiple<br />
rows with the same value in the identifying column, an arbitrary<br />
description: `ID or name of the row. Names are discouraged because
they're easily prone to being changed by users. If you're
using a name, be sure to URI-encode it. If there are multiple
rows with the same value in the identifying column, an arbitrary
one will be selected`,
},
{

View file

@ -96,7 +96,7 @@ export class Compression implements INodeType {
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file(s) to be compress/decompress. Multiple can be used separated by ,',
description: 'Name of the binary property which contains the data for the file(s) to be compress/decompress. Multiple can be used separated by a comma (,)',
},
{
displayName: 'Output Format',
@ -159,7 +159,7 @@ export class Compression implements INodeType {
},
},
placeholder: '',
description: 'Name of the binary property to which to<br />write the data of the compressed files.',
description: 'Name of the binary property to which to write the data of the compressed files.',
},
{
displayName: 'Output Prefix',

View file

@ -129,7 +129,7 @@ export const analyzerFields: INodeProperties[] = [
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
{
displayName: 'TLP',

View file

@ -279,7 +279,7 @@ export const eventFields = [
name: 'fieldId',
type: 'string',
default: '',
description: 'Each custom field\'s unique identifier<br /> can be found within the Event\'s Registration block in the Customize tab.',
description: 'Each custom field\'s unique identifier can be found within the Event\'s Registration block in the Customize tab.',
},
{
displayName: 'Value',
@ -297,7 +297,7 @@ export const eventFields = [
name: 'ref_url',
type: 'string',
default: '',
description: 'Event Registration page URL. It can be useful when you<br /> do not know Event ID, but have Event link.',
description: 'Event Registration page URL. It can be useful when you do not know Event ID, but have Event link.',
},
{
displayName: 'GDPR',

View file

@ -624,7 +624,7 @@ export class Disqus implements INodeType {
name: 'threadId',
type: 'string',
default: '',
description: 'Looks up a thread by ID. You may pass us the "ident"<br />query type instead of an ID by including "forum". You may<br />pass us the "link" query type to filter by URL. You must pass<br />the "forum" if you do not have the Pro API Access addon.',
description: 'Looks up a thread by ID. You may pass us the "ident" query type instead of an ID by including "forum". You may pass us the "link" query type to filter by URL. You must pass the "forum" if you do not have the Pro API Access addon.',
},
],
},

View file

@ -361,7 +361,7 @@ export class Dropbox implements INodeType {
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
// ----------------------------------
@ -446,7 +446,7 @@ export class Dropbox implements INodeType {
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
// ----------------------------------

View file

@ -363,7 +363,7 @@ const nodeOperationOptions: INodeProperties[] = [
],
},
},
description: 'Max amount of characters in a line before a<br />line-break should get added.',
description: 'Max amount of characters in a line before a line-break should get added.',
},
// ----------------------------------
@ -470,7 +470,7 @@ const nodeOperationOptions: INodeProperties[] = [
],
},
},
description: 'The name of the binary property which contains the data of the image to<br />composite on top of image which is found in Property Name.',
description: 'The name of the binary property which contains the data of the image to composite on top of image which is found in Property Name.',
},
{
displayName: 'Position X',

View file

@ -154,7 +154,7 @@ export class Egoi implements INodeType {
},
},
default: true,
description: 'By default the response just includes the contact id. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default the response just includes the contact id. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Additional Fields',

View file

@ -70,7 +70,7 @@ export class EmailReadImap implements INodeType {
},
],
default: 'read',
description: 'What to do after the email has been received. If "nothing" gets<br />selected it will be processed multiple times.',
description: 'What to do after the email has been received. If "nothing" gets selected it will be processed multiple times.',
},
{
displayName: 'Download Attachments',
@ -122,7 +122,7 @@ export class EmailReadImap implements INodeType {
],
},
},
description: 'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Property Prefix Name',
@ -139,7 +139,7 @@ export class EmailReadImap implements INodeType {
],
},
},
description: 'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Options',

View file

@ -103,7 +103,7 @@ export class EmailSend implements INodeType {
name: 'attachments',
type: 'string',
default: '',
description: 'Name of the binary properties which contain<br />data which should be added to email as attachment.<br />Multiple ones can be comma separated.',
description: 'Name of the binary properties that contain data to add to email as attachment.<br />Multiple ones can be comma separated.',
},
{
displayName: 'Options',

View file

@ -182,7 +182,7 @@ export class EventbriteTrigger implements INodeType {
name: 'resolveData',
type: 'boolean',
default: true,
description: 'By default does the webhook-data only contain the URL to receive<br />the object data manually. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default does the webhook-data only contain the URL to receive the object data manually. If this option gets activated, it will resolve the data automatically.',
},
],
};

View file

@ -202,7 +202,7 @@ export class FileMaker implements INodeType {
},
},
placeholder: 'Portals',
description: 'The portal result set to return. Use the portal object name or portal<br />table name. If this parameter is omitted, the API will return all<br />portal objects and records in the layout. For best performance<br />, pass the portal object name or portal table name.',
description: 'The portal result set to return. Use the portal object name or portal table name. If this parameter is omitted, the API will return all portal objects and records in the layout. For best performance, pass the portal object name or portal table name.',
},
// ----------------------------------
// find/records

View file

@ -80,7 +80,7 @@ export class FlowTrigger implements INodeType {
],
},
},
description: `Lists ids, perhaps known better as "Projects" separated by ,`,
description: `Lists ids, perhaps known better as "Projects" separated by a comma (,)`,
},
{
displayName: 'Task ID',
@ -100,7 +100,7 @@ export class FlowTrigger implements INodeType {
],
},
},
description: `Task ids separated by ,`,
description: `Task ids separated by a comma (,)`,
},
],

View file

@ -221,7 +221,7 @@ export const taskFields = [
type: 'string',
default: '',
required : false,
description: `A list of tag names to apply to the new task separated by ,`,
description: `A list of tag names to apply to the new task separated by a comma (,)`,
},
],
},
@ -408,7 +408,7 @@ export const taskFields = [
name: 'tags',
type: 'string',
default: '',
description: `A list of tag names to apply to the new task separated by ,`,
description: `A list of tag names to apply to the new task separated by a comma (,)`,
},
],
},

View file

@ -398,7 +398,7 @@ export class Freshdesk implements INodeType {
name: 'ccEmails',
type: 'string',
default: '',
description: `Separated by , email addresses added in the 'cc' field of the incoming ticket email`,
description: `Separated by a comma (,) email addresses added in the 'cc' field of the incoming ticket email`,
},
{
displayName: 'Company',
@ -485,7 +485,7 @@ export class Freshdesk implements INodeType {
name: 'tags',
type: 'string',
default: '',
description: `separated by , tags that have been associated with the ticket`,
description: `separated by a comma (,) tags that have been associated with the ticket`,
},
{
displayName: 'Type',
@ -642,7 +642,7 @@ export class Freshdesk implements INodeType {
name: 'ccEmails',
type: 'string',
default: '',
description: `Separated by , email addresses added in the 'cc' field of the incoming ticket email`,
description: `Separated by a comma (,) email addresses added in the 'cc' field of the incoming ticket email`,
},
{
displayName: 'Company',
@ -847,7 +847,7 @@ export class Freshdesk implements INodeType {
name: 'tags',
type: 'string',
default: '',
description: `separated by , tags that have been associated with the ticket`,
description: `separated by a comma (,) tags that have been associated with the ticket`,
},
{
displayName: 'Type',

View file

@ -37,8 +37,7 @@ export const commitFields = [
type: 'string',
default: '',
placeholder: '/data/file1.json',
description: `Comma separated list of paths (absolute or relative to Repository Path) of<br />
files or folders to commit. If not set will all "added" files and folders be committed.`,
description: `Comma separated list of paths (absolute or relative to Repository Path) of files or folders to commit. If not set will all "added" files and folders be committed.`,
},
],
},

View file

@ -487,7 +487,7 @@ export class Github implements INodeType {
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file.',
description: 'Name of the binary property which contains the data for the file.',
},
{
displayName: 'Commit Message',
@ -603,7 +603,7 @@ export class Github implements INodeType {
],
},
},
description: 'If set it will set the data of the file as binary property<br />instead of returning the raw API response.',
description: 'If set it will set the data of the file as binary property instead of returning the raw API response.',
},
{
displayName: 'Binary Property',
@ -626,7 +626,7 @@ export class Github implements INodeType {
},
placeholder: '',
description: 'Name of the binary property in which to save<br />the binary data of the received file.',
description: 'Name of the binary property in which to save the binary data of the received file.',
},

View file

@ -314,7 +314,7 @@ export class GithubTrigger implements INodeType {
{
name: 'team',
value: 'team',
description: 'Triggered when an organization\'s team is created,<br/>deleted, edited, added_to_repository, or removed_from_repository. Organization hooks only',
description: 'Triggered when an organization\'s team is created, deleted, edited, added_to_repository, or removed_from_repository. Organization hooks only',
},
{
name: 'team_add',

View file

@ -323,7 +323,7 @@ export class GoogleBooks implements INodeType {
displayName: 'Volume Position',
name: 'volumePosition',
type: 'string',
description: 'Position on shelf to move the item (0 puts the item before the<br />current first item, 1 puts it between the first and the second and so on).',
description: 'Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on).',
default: '',
required: true,
displayOptions: {

View file

@ -272,7 +272,7 @@ export class GoogleDrive implements INodeType {
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
{
displayName: 'Options',
@ -739,7 +739,7 @@ export class GoogleDrive implements INodeType {
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
// ----------------------------------
@ -955,7 +955,7 @@ export class GoogleDrive implements INodeType {
],
},
},
description: 'By default the response only contain the ID of the file.<br />If this option gets activated it will resolve the data automatically.',
description: 'By default the response only contain the ID of the file.<br />If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Parents',
@ -1059,7 +1059,7 @@ export class GoogleDrive implements INodeType {
},
},
default: false,
description: `Set to true to opt in to API behavior that aims for all items to have exactly one parent<br>
description: `Set to true to opt in to API behavior that aims for all items to have exactly one parent.<br>
This parameter only takes effect if the item is not in a shared drive`,
},
{
@ -1631,8 +1631,8 @@ export class GoogleDrive implements INodeType {
name: 'adminManagedRestrictions',
type: 'boolean',
default: false,
description: `Whether the options to copy, print, or download files inside this shared drive,<br/>
should be disabled for readers and commenters. When this restriction is set to true, it will<br/>
description: `Whether the options to copy, print, or download files inside this shared drive,
should be disabled for readers and commenters. When this restriction is set to true, it will
override the similarly named field to true for any file inside this shared drive.`,
},
{
@ -1640,8 +1640,8 @@ export class GoogleDrive implements INodeType {
name: 'copyRequiresWriterPermission',
type: 'boolean',
default: false,
description: `Whether the options to copy, print, or download files inside this shared drive,<br/>
should be disabled for readers and commenters. When this restriction is set to true, it will<br/>
description: `Whether the options to copy, print, or download files inside this shared drive,
should be disabled for readers and commenters. When this restriction is set to true, it will
override the similarly named field to true for any file inside this shared drive.`,
},
{
@ -1649,8 +1649,8 @@ export class GoogleDrive implements INodeType {
name: 'domainUsersOnly',
type: 'boolean',
default: false,
description: `Whether access to this shared drive and items inside this shared drive<br/>
is restricted to users of the domain to which this shared drive belongs. This restriction<br/>
description: `Whether access to this shared drive and items inside this shared drive
is restricted to users of the domain to which this shared drive belongs. This restriction
may be overridden by other sharing policies controlled outside of this shared drive.`,
},
{
@ -1873,8 +1873,8 @@ export class GoogleDrive implements INodeType {
name: 'adminManagedRestrictions',
type: 'boolean',
default: false,
description: `Whether the options to copy, print, or download files inside this shared drive,<br/>
should be disabled for readers and commenters. When this restriction is set to true, it will<br/>
description: `Whether the options to copy, print, or download files inside this shared drive,
should be disabled for readers and commenters. When this restriction is set to true, it will
override the similarly named field to true for any file inside this shared drive.`,
},
{
@ -1882,8 +1882,8 @@ export class GoogleDrive implements INodeType {
name: 'copyRequiresWriterPermission',
type: 'boolean',
default: false,
description: `Whether the options to copy, print, or download files inside this shared drive,<br/>
should be disabled for readers and commenters. When this restriction is set to true, it will<br/>
description: `Whether the options to copy, print, or download files inside this shared drive,
should be disabled for readers and commenters. When this restriction is set to true, it will
override the similarly named field to true for any file inside this shared drive.`,
},
{
@ -1891,8 +1891,8 @@ export class GoogleDrive implements INodeType {
name: 'domainUsersOnly',
type: 'boolean',
default: false,
description: `Whether access to this shared drive and items inside this shared drive<br/>
is restricted to users of the domain to which this shared drive belongs. This restriction<br/>
description: `Whether access to this shared drive and items inside this shared drive
is restricted to users of the domain to which this shared drive belongs. This restriction
may be overridden by other sharing policies controlled outside of this shared drive.`,
},
{

View file

@ -252,7 +252,7 @@ export const draftFields = [
],
},
},
description: 'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Format',
@ -368,7 +368,7 @@ export const draftFields = [
],
},
},
description: 'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Format',

View file

@ -355,7 +355,7 @@ export const messageFields = [
],
},
},
description: 'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
],
},
@ -437,7 +437,7 @@ export const messageFields = [
],
},
},
description: 'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Format',

View file

@ -201,7 +201,7 @@ export class GoogleSheets implements INodeType {
},
default: 'A:F',
required: true,
description: 'The table range to read from or to append data to. See the Google <a href="https://developers.google.com/sheets/api/guides/values#writing">documentation</a> for the details.<br />If it contains multiple sheets it can also be<br />added like this: "MySheet!A:F"',
description: 'The table range to read from or to append data to. See the Google <a href="https://developers.google.com/sheets/api/guides/values#writing">documentation</a> for the details.<br />If it contains multiple sheets it can also be added like this: "MySheet!A:F"',
},
// ----------------------------------
@ -420,7 +420,7 @@ export class GoogleSheets implements INodeType {
],
},
},
description: 'Index of the first row which contains<br />the actual data and not the keys. Starts with 0.',
description: 'Index of the first row which contains the actual data and not the keys. Starts with 0.',
},
// ----------------------------------
@ -518,7 +518,7 @@ export class GoogleSheets implements INodeType {
],
},
},
description: 'The name of the key to identify which<br />data should be updated in the sheet.',
description: 'The name of the key to identify which data should be updated in the sheet.',
},
{

View file

@ -357,7 +357,7 @@ export class GoogleSlides implements INodeType {
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read page.',
description: 'Name of the binary property to which to write the data of the read page.',
},
{
displayName: 'Binary Property',

View file

@ -136,7 +136,7 @@ export class GoogleTranslate implements INodeType {
loadOptionsMethod: 'getLanguages',
},
default: '',
description: 'The language to use for translation of the input text, set to one of the<br/> language codes listed in <a href="https://cloud.google.com/translate/docs/languages">Language Support</a>',
description: 'The language to use for translation of the input text, set to one of the language codes listed in <a href="https://cloud.google.com/translate/docs/languages">Language Support</a>',
required: true,
displayOptions: {
show: {

View file

@ -164,7 +164,7 @@ export const conversationFields = [
],
},
},
description: 'By default the response only contain the ID to resource<br />. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default the response only contain the ID to resource. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Additional Fields',
@ -195,7 +195,7 @@ export const conversationFields = [
name: 'autoReply',
type: 'boolean',
default: false,
description: `When autoReply is set to true, an auto reply will be sent</br>
description: `When autoReply is set to true, an auto reply will be sent
as long as there is at least one customer thread in the conversation.`,
},
{

View file

@ -63,7 +63,7 @@ export const customerFields = [
],
},
},
description: 'By default the response only contain the ID to resource<br />. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default the response only contain the ID to resource. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Additional Fields',

View file

@ -64,6 +64,6 @@ export const cameraProxyFields = [
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
] as INodeProperties[];

View file

@ -185,7 +185,7 @@ export class HtmlExtract implements INodeType {
name: 'returnArray',
type: 'boolean',
default: false,
description: 'Returns the values as an array so if multiple ones get found they also get<br />returned separately.If not set all will be returned as a single string.',
description: 'Returns the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string.',
},
],
},
@ -204,7 +204,7 @@ export class HtmlExtract implements INodeType {
name: 'trimValues',
type: 'boolean',
default: true,
description: 'Removes automatically all spaces and newlines from<br />the beginning and end of the values.',
description: 'Removes automatically all spaces and newlines from the beginning and end of the values.',
},
],
},

View file

@ -228,7 +228,7 @@ export class HttpRequest implements INodeType {
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
{

View file

@ -906,7 +906,7 @@ export const companyFields = [
name: 'propertiesWithHistory',
type: 'string',
default: '',
description: `Works similarly to properties=, but this parameter will include the history for the specified property,<br/>
description: `Works similarly to properties=, but this parameter will include the history for the specified property,
instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
},
],

View file

@ -88,7 +88,7 @@ export const contactFields = [
},
},
default: true,
description: 'By default the response only includes the ID. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default the response only includes the ID. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Additional Fields',

View file

@ -441,7 +441,7 @@ export const dealFields = [
name: 'includeAssociations',
type: 'boolean',
default: false,
description: `Include the IDs of the associated contacts and companies in the results<br/>.
description: `Include the IDs of the associated contacts and companies in the results.
This will also automatically include the num_associated_contacts property.`,
},
{
@ -465,7 +465,7 @@ export const dealFields = [
loadOptionsMethod: 'getDealProperties',
},
default: [],
description: `Works similarly to properties=, but this parameter will include the history for the specified property,<br/>
description: `Works similarly to properties=, but this parameter will include the history for the specified property,
instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
},

View file

@ -443,7 +443,7 @@ export const ticketFields = [
name: 'propertiesWithHistory',
type: 'string',
default: '',
description: `Works similarly to properties=, but this parameter will include the history for the specified property,<br/>
description: `Works similarly to properties=, but this parameter will include the history for the specified property,
instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
},
],
@ -528,7 +528,7 @@ export const ticketFields = [
name: 'propertiesWithHistory',
type: 'string',
default: '',
description: `Works similarly to properties=, but this parameter will include the history for the specified property,<br/>
description: `Works similarly to properties=, but this parameter will include the history for the specified property,
instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
},
],

View file

@ -83,7 +83,7 @@ export class ICalendar implements INodeType {
type: 'string',
default: 'data',
required: true,
description: 'The field that your iCalendar file will be<br />available under in the output.',
description: 'The field that your iCalendar file will be available under in the output.',
},
{
displayName: 'Additional Fields',

View file

@ -371,7 +371,7 @@ export const companyFields = [
name: 'website',
type: 'string',
default: '',
description: `The URL for this company's website. Please note that the value<br />specified here is not validated. Accepts any string.`,
description: `The URL for this company's website. Please note that the value specified here is not validated. Accepts any string.`,
},
],
},

View file

@ -403,7 +403,7 @@ export const leadFields = [
name: 'updateLastRequestAt',
type: 'boolean',
default: false,
description: 'A boolean value, which if true, instructs Intercom to update the<br />users last_request_at value to the current API service time in<br />UTC. default value if not sent is false.',
description: 'A boolean value, which if true, instructs Intercom to update the users last_request_at value to the current API service time in UTC. default value if not sent is false.',
},
{
displayName: 'UTM Campaign',

View file

@ -456,7 +456,7 @@ export const userFields = [
type: 'boolean',
default: false,
options: [],
description: 'A boolean value, which if true, instructs Intercom to update the users<br />last_request_at value to the current API service time in UTC.',
description: 'A boolean value, which if true, instructs Intercom to update the users last_request_at value to the current API service time in UTC.',
},
{
displayName: 'UTM Campaign',

View file

@ -151,7 +151,7 @@ export const issueCommentFields = [
},
],
default: '',
description: 'Use expand to include additional information about comments<br />in the response. This parameter accepts Rendered Body, which<br />returns the comment body rendered in HTML.',
description: 'Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML.',
},
],
},
@ -222,7 +222,7 @@ export const issueCommentFields = [
},
],
default: '',
description: 'Use expand to include additional information about comments in<br />the response. This parameter accepts Rendered Body, which<br />returns the comment body rendered in HTML.',
description: 'Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML.',
},
],
},
@ -317,7 +317,7 @@ export const issueCommentFields = [
},
],
default: '',
description: 'Use expand to include additional information about comments in the<br />response. This parameter accepts Rendered Body, which returns the comment<br />body rendered in HTML.',
description: 'Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML.',
},
],
},

View file

@ -268,7 +268,7 @@ export const issueFields = [
name: 'updateHistory',
type: 'boolean',
default: false,
description: `Whether the project in which the issue is created is added to the user's<br/>
description: `Whether the project in which the issue is created is added to the user's
Recently viewed project list, as shown under Projects in Jira.`,
},
],
@ -546,7 +546,7 @@ export const issueFields = [
transitions Returns all possible transitions for the issue.<br/>
editmeta Returns information about how each field can be edited.<br/>
changelog Returns a list of recent updates to an issue, sorted by date, starting from the most recent.<br/>
versionedRepresentations Returns a JSON array for each version of a field's value, with the highest number<br/>
versionedRepresentations Returns a JSON array for each version of a field's value, with the highest number
representing the most recent version. Note: When included in the request, the fields parameter is ignored.`,
},
{
@ -567,7 +567,7 @@ export const issueFields = [
type: 'boolean',
default: false,
description: `Indicates whether fields in fields are referenced by keys rather than IDs.<br/>
This parameter is useful where fields have been added by a connect app and a field's key<br/>
This parameter is useful where fields have been added by a connect app and a field's key
may differ from its ID.`,
},
{
@ -723,7 +723,7 @@ export const issueFields = [
type: 'boolean',
default: false,
description: `Indicates whether fields in fields are referenced by keys rather than IDs.<br/>
This parameter is useful where fields have been added by a connect app and a field's key<br/>
This parameter is useful where fields have been added by a connect app and a field's key
may differ from its ID.`,
},
{
@ -1111,8 +1111,8 @@ export const issueFields = [
type: 'string',
default: '',
description: `Use expand to include additional information about transitions in the response.<br/>
This parameter accepts transitions.fields, which returns information about the fields in the<br/>
transition screen for each transition. Fields hidden from the screen are not returned. Use this<br/>
This parameter accepts transitions.fields, which returns information about the fields in the
transition screen for each transition. Fields hidden from the screen are not returned. Use this
information to populate the fields and update fields in Transition issue.`,
},
{
@ -1127,7 +1127,7 @@ export const issueFields = [
name: 'skipRemoteOnlyCondition',
type: 'boolean',
default: false,
description: `Indicates whether transitions with the condition Hide<br/>
description: `Indicates whether transitions with the condition Hide
From User Condition are included in the response.`,
},
],

View file

@ -69,7 +69,7 @@ export class JotFormTrigger implements INodeType {
name: 'resolveData',
type: 'boolean',
default: true,
description: 'By default does the webhook-data use internal keys instead of the names.<br />If this option gets activated it will resolve the keys automatically to the actual names.',
description: 'By default does the webhook-data use internal keys instead of the names.<br />If this option gets activated, it will resolve the keys automatically to the actual names.',
},
{
displayName: 'Only Answers',

View file

@ -76,7 +76,7 @@ export const fileFields = [
],
},
},
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
{
displayName: 'File Association',

View file

@ -77,7 +77,7 @@ export class LingvaNex implements INodeType {
loadOptionsMethod: 'getLanguages',
},
default: '',
description: 'The language to use for translation of the input text, set to one of the<br/> language codes listed in <a href="https://cloud.google.com/translate/docs/languages">Language Support</a>',
description: 'The language to use for translation of the input text, set to one of the language codes listed in <a href="https://cloud.google.com/translate/docs/languages">Language Support</a>',
required: true,
displayOptions: {
show: {

View file

@ -1210,7 +1210,7 @@ export class Mailchimp implements INodeType {
name: 'skipMergeValidation',
type: 'boolean',
default: false,
description: `If skip_merge_validation is true, member data will be accepted without merge field values,<br/>
description: `If skip_merge_validation is true, member data will be accepted without merge field values,
even if the merge field is usually required`,
},
{

View file

@ -101,7 +101,7 @@ export class Mailgun implements INodeType {
name: 'attachments',
type: 'string',
default: '',
description: 'Name of the binary properties which contain<br />data which should be added to email as attachment.<br />Multiple ones can be comma separated.',
description: 'Name of the binary properties which contain data which should be added to email as attachment.<br />Multiple ones can be comma separated.',
},
],
};

View file

@ -247,21 +247,21 @@ export class Mandrill implements INodeType {
name: 'async',
type: 'boolean',
default: false,
description: `Enable a background sending mode that is optimized for bulk sending.<br />In async mode, messages/send will immediately return a status of "queued"<br />for every recipient. To handle rejections when sending in async mode, set up<br />a webhook for the 'reject' event. Defaults to false for messages with<br />no more than 10 recipients; messages with more than 10 recipients are always sent<br />asynchronously, regardless of the value of async.`,
description: `Enable a background sending mode that is optimized for bulk sending.<br />In async mode, messages/send will immediately return a status of "queued" for every recipient. To handle rejections when sending in async mode, set up a webhook for the 'reject' event. Defaults to false for messages with no more than 10 recipients; messages with more than 10 recipients are always sent asynchronously, regardless of the value of async.`,
},
{
displayName: 'Auto Text',
name: 'autoText',
type: 'boolean',
default: false,
description: 'Whether or not to automatically generate a text<br />part for messages that are not given text.',
description: 'Whether or not to automatically generate a text part for messages that are not given text.',
},
{
displayName: 'Auto HTML',
name: 'autoHtml',
type: 'boolean',
default: false,
description: 'Whether or not to automatically generate an HTML<br />part for messages that are not given HTML.',
description: 'Whether or not to automatically generate an HTML part for messages that are not given HTML.',
},
{
displayName: 'BCC Address',
@ -293,7 +293,7 @@ export class Mandrill implements INodeType {
type: 'string',
default: '',
placeholder: '',
description: `An array of strings separated by , indicating for which any matching URLs will automatically have Google Analytics parameters appended to their query string automatically.`,
description: `An array of strings separated by a comma (,) indicating for which any matching URLs will automatically have Google Analytics parameters appended to their query string automatically.`,
},
{
displayName: 'HTML',
@ -311,14 +311,14 @@ export class Mandrill implements INodeType {
name: 'important',
type: 'boolean',
default: false,
description: 'Whether or not this message is important, and should be<br />delivered ahead of non-important messages.',
description: 'Whether or not this message is important, and should be delivered ahead of non-important messages.',
},
{
displayName: 'Inline CSS',
name: 'inlineCss',
type: 'boolean',
default: false,
description: 'Whether or not to automatically inline all CSS styles provided in<br />the message HTML - only for HTML documents less than 256KB in size.',
description: 'Whether or not to automatically inline all CSS styles provided in the message HTML - only for HTML documents less than 256KB in size.',
},
{
displayName: 'Ip Pool',
@ -349,7 +349,7 @@ export class Mandrill implements INodeType {
type: 'dateTime',
default: '',
placeholder: '',
description: `When this message should be sent as a UTC timestamp in<br />YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message<br />will be sent immediately. An additional fee applies for scheduled email,<br />and this feature is only available to accounts with a positive balance.`,
description: `When this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately. An additional fee applies for scheduled email, and this feature is only available to accounts with a positive balance.`,
},
{
displayName: 'Signing Domain',
@ -357,7 +357,7 @@ export class Mandrill implements INodeType {
type: 'string',
default: '',
placeholder: '',
description: `A custom domain to use for SPF/DKIM signing instead of<br />mandrill(for "via" or "on behalf of" in email clients).`,
description: `A custom domain to use for SPF/DKIM signing instead of mandrill(for "via" or "on behalf of" in email clients).`,
},
{
displayName: 'Subaccount',
@ -381,7 +381,7 @@ export class Mandrill implements INodeType {
type: 'string',
default: '',
placeholder: '',
description: `An array of string separated by , to tag the message with. Stats are accumulated using tags, though we only store the first 100 we see, so this should not be unique or change frequently. Tags should be 50 characters or less. Any tags starting with an underscore are reserved for internal use and will cause errors.`,
description: `An array of string separated by a comma (,) to tag the message with. Stats are accumulated using tags, though we only store the first 100 we see, so this should not be unique or change frequently. Tags should be 50 characters or less. Any tags starting with an underscore are reserved for internal use and will cause errors.`,
},
{
displayName: 'Text',
@ -421,7 +421,7 @@ export class Mandrill implements INodeType {
name: 'urlStripQs',
type: 'boolean',
default: false,
description: 'Whether or not to strip the query string from<br />URLs when aggregating tracked URL data.',
description: 'Whether or not to strip the query string from URLs when aggregating tracked URL data.',
},
{
displayName: 'View Content Link',
@ -508,7 +508,7 @@ export class Mandrill implements INodeType {
],
},
},
description: 'Metadata an associative array of user metadata. Mandrill will store<br />this metadata and make it available for retrieval. In addition, you can select<br />up to 10 metadata fields to index and make searchable using the Mandrill search api.',
description: 'Metadata an associative array of user metadata. Mandrill will store this metadata and make it available for retrieval. In addition, you can select up to 10 metadata fields to index and make searchable using the Mandrill search api.',
options: [
{
name: 'metadataValues',
@ -549,7 +549,7 @@ export class Mandrill implements INodeType {
placeholder: `{
"website": "www.example.com"
}`,
description: 'Metadata an associative array of user metadata. Mandrill will store this metadata<br />and make it available for retrieval. In addition, you can select up to<br />10 metadata fields to index and make searchable using the Mandrill search api.',
description: 'Metadata an associative array of user metadata. Mandrill will store this metadata and make it available for retrieval. In addition, you can select up to 10 metadata fields to index and make searchable using the Mandrill search api.',
},
{
displayName: 'Attachments',

View file

@ -65,7 +65,7 @@ export const channelMembersDescription: ChannelProperties = [
},
},
default: true,
description: 'By default the response only contain the ID of the user.<br />If this option gets activated it will resolve the user automatically.',
description: 'By default the response only contain the ID of the user.<br />If this option gets activated, it will resolve the user automatically.',
},
{
displayName: 'Return All',

View file

@ -1233,7 +1233,7 @@ export const contactFields = [
name: 'rawData',
type: 'boolean',
default: true,
description: `By default only the data of the fields get returned. If this<br />
description: `By default only the data of the fields get returned. If this
options gets set the RAW response with all data gets returned.`,
},
],

View file

@ -104,7 +104,7 @@ export class Merge implements INodeType {
},
],
default: 'left',
description: 'How many items the output will contain<br />if inputs contain different amount of items.',
description: 'How many items the output will contain if inputs contain different amount of items.',
},
{
displayName: 'Property Input 1',

View file

@ -244,7 +244,7 @@ export const worksheetFields = [
],
},
},
description: 'Index of the first row which contains<br />the actual data and not the keys. Starts with 0.',
description: 'Index of the first row which contains the actual data and not the keys. Starts with 0.',
},
{
displayName: 'Key Row',

View file

@ -236,7 +236,7 @@ export const fileFields = [
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
/* -------------------------------------------------------------------------- */
/* file:get */
@ -457,6 +457,6 @@ export const fileFields = [
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file.',
description: 'Name of the binary property which contains the data for the file.',
},
] as INodeProperties[];

View file

@ -29,7 +29,7 @@ export const draftMessageSharedFields = [
name: 'dataPropertyAttachmentsPrefixName',
type: 'string',
default: 'attachment_',
description: 'Prefix for name of the binary property to which to<br />write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Fields',

View file

@ -133,7 +133,7 @@ export const messageAttachmentFields = [
{
displayName: 'Binary Property',
name: 'binaryPropertyName',
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
type: 'string',
required: true,
default: 'data',

View file

@ -601,7 +601,7 @@ export const messageFields = [
{
displayName: 'Binary Property',
name: 'binaryPropertyName',
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
type: 'string',
required: true,
default: 'data',

View file

@ -93,7 +93,7 @@ export class MoveBinaryData implements INodeType {
},
},
default: true,
description: 'If all JSON data should be replaced with the data retrieved<br />from binary key. Else the data will be written to a single key.',
description: 'If all JSON data should be replaced with the data retrieved from binary key. Else the data will be written to a single key.',
},
{
displayName: 'Source Key',
@ -128,7 +128,7 @@ export class MoveBinaryData implements INodeType {
default: 'data',
required: true,
placeholder: '',
description: 'The name the JSON key to copy data to. It is also possible<br />to define deep keys by using dot-notation like for example:<br />"level1.level2.newKey"',
description: 'The name the JSON key to copy data to. It is also possible to define deep keys by using dot-notation like for example:<br />"level1.level2.newKey"',
},
// ----------------------------------
@ -165,7 +165,7 @@ export class MoveBinaryData implements INodeType {
default: 'data',
required: true,
placeholder: 'data',
description: 'The name of the JSON key to get data from. It is also possible<br />to define deep keys by using dot-notation like for example:<br />"level1.level2.currentKey"',
description: 'The name of the JSON key to get data from. It is also possible to define deep keys by using dot-notation like for example:<br />"level1.level2.currentKey"',
},
{
displayName: 'Destination Key',
@ -181,7 +181,7 @@ export class MoveBinaryData implements INodeType {
default: 'data',
required: true,
placeholder: 'data',
description: 'The name the binary key to copy data to. It is also possible<br />to define deep keys by using dot-notation like for example:<br />"level1.level2.newKey"',
description: 'The name the binary key to copy data to. It is also possible to define deep keys by using dot-notation like for example:<br />"level1.level2.newKey"',
},
{

View file

@ -395,7 +395,7 @@ export class NextCloud implements INodeType {
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
// ----------------------------------
@ -481,7 +481,7 @@ export class NextCloud implements INodeType {
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
// ----------------------------------

View file

@ -127,7 +127,7 @@ export const payoutFields = [
type: 'string',
required: true,
default: '',
description: 'The receiver of the payment. Corresponds to the recipient_type value<br />in the request. Max length: 127 characters.',
description: 'The receiver of the payment. Corresponds to the recipient_type value in the request. Max length: 127 characters.',
},
{
displayName: 'Currency',
@ -180,7 +180,7 @@ export const payoutFields = [
type: 'string',
required: false,
default: '',
description: 'The sender-specified note for notifications. Supports up to<br />4000 ASCII characters and 1000 non-ASCII characters.',
description: 'The sender-specified note for notifications. Supports up to 4000 ASCII characters and 1000 non-ASCII characters.',
},
{
displayName: 'Sender Item ID',
@ -256,14 +256,14 @@ export const payoutFields = [
name: 'emailSubject',
type: 'string',
default: '',
description: 'The subject line for the email that PayPal sends when payment<br />for a payout item completes. The subject line is the same for all<br />recipients. Max length: 255 characters.',
description: 'The subject line for the email that PayPal sends when payment for a payout item completes. The subject line is the same for all recipients. Max length: 255 characters.',
},
{
displayName: 'Email Message',
name: 'emailMessage',
type: 'string',
default: '',
description: 'The email message that PayPal sends when the payout item completes.<br />The message is the same for all recipients.',
description: 'The email message that PayPal sends when the payout item completes. The message is the same for all recipients.',
},
{
displayName: 'Note',

View file

@ -176,7 +176,7 @@ export const agentFields = [
],
},
},
description: 'By default the outpout is presented as string. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default the outpout is presented as string. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Additional Fields',
@ -283,7 +283,7 @@ export const agentFields = [
],
},
},
description: 'By default the launch just include the container ID. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default the launch just include the container ID. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'JSON Parameters',

View file

@ -2001,7 +2001,7 @@ export class Pipedrive implements INodeType {
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be created.',
description: 'Name of the binary property which contains the data for the file to be created.',
},
{
displayName: 'Additional Fields',
@ -2120,7 +2120,7 @@ export class Pipedrive implements INodeType {
],
},
},
description: 'Name of the binary property to which to<br />write the data of the downloaded file.',
description: 'Name of the binary property to which to write the data of the downloaded file.',
},
// ----------------------------------

View file

@ -208,7 +208,7 @@ export class Pushbullet implements INodeType {
},
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be created.',
description: 'Name of the binary property which contains the data for the file to be created.',
},
{
displayName: 'Target',

View file

@ -41,7 +41,7 @@ export class ReadBinaryFile implements INodeType {
type: 'string',
default: 'data',
required: true,
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
],
};

View file

@ -42,7 +42,7 @@ export class ReadBinaryFiles implements INodeType {
type: 'string',
default: 'data',
required: true,
description: 'Name of the binary property to which to<br />write the data of the read files.',
description: 'Name of the binary property to which to write the data of the read files.',
},
],
};

View file

@ -32,7 +32,7 @@ export class ReadPdf implements INodeType {
type: 'string',
default: 'data',
required: true,
description: 'Name of the binary property from which to<br />read the PDF file.',
description: 'Name of the binary property from which to read the PDF file.',
},
],
};

View file

@ -109,7 +109,7 @@ export const attachmentFields = [
},
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
{
displayName: 'Additional Fields',
@ -199,7 +199,7 @@ export const attachmentFields = [
type: 'string',
default: 'data',
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
{
displayName: 'Description',

View file

@ -66,7 +66,7 @@ export const documentFields = [
},
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
{
displayName: 'Additional Fields',

View file

@ -100,7 +100,7 @@ export const taskFields = [
type: 'dateTime',
default: '',
description: `Represents the due date of the task.<br/>
This field has a timestamp that is always set to midnight <br/>
This field has a timestamp that is always set to midnight
in the Coordinated Universal Time (UTC) time zone.`,
},
{
@ -111,8 +111,8 @@ export const taskFields = [
alwaysOpenEditWindow: true,
},
default: '',
description: `Represents the result of a given call, for example, “we'll call back,” or “call<br/>
unsuccessful. Limit is 255 characters. Not subject to field-level security, available for any user<br/>
description: `Represents the result of a given call, for example, “we'll call back,” or “call
unsuccessful. Limit is 255 characters. Not subject to field-level security, available for any user
in an organization with Salesforce CRM Call Center.`,
},
{
@ -120,7 +120,7 @@ export const taskFields = [
name: 'callDurationInSeconds',
type: 'number',
default: '',
description: `Duration of the call in seconds. Not subject to field-level security,<br/>
description: `Duration of the call in seconds. Not subject to field-level security,
available for any user in an organization with Salesforce CRM Call Center`,
},
{
@ -132,7 +132,7 @@ export const taskFields = [
},
default: '',
description: `Name of a call center. Limit is 255 characters. <br/>
Not subject to field-level security, available for any user in an <br/>
Not subject to field-level security, available for any user in an
organization with Salesforce CRM Call Center.`,
},
{
@ -257,9 +257,9 @@ export const taskFields = [
name: 'recurrenceDayOfWeekMask',
type: 'number',
default: '',
description: `The day or days of the week on which the task repeats.<br/>
This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2<br/>
Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64<br/>
description: `The day or days of the week on which the task repeats.
This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2
Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64
Multiple days are represented as the sum of their numerical values.<br/>
For example, Tuesday and Thursday = 4 + 16 = 20.`,
},
@ -268,7 +268,7 @@ export const taskFields = [
name: 'recurrenceEndDateOnly',
type: 'dateTime',
default: '',
description: `The last date on which the task repeats. This field has a timestamp that<br/>
description: `The last date on which the task repeats. This field has a timestamp that
is always set to midnight in the Coordinated Universal Time (UTC) time zone.`,
},
{
@ -348,8 +348,8 @@ export const taskFields = [
},
],
description: `Represents what triggers a repeating task to repeat.<br/>
Add this field to a page layout together with the RecurrenceInterval field,<br/>
which determines the number of days between the triggering date (due date or close date)<br/>
Add this field to a page layout together with the RecurrenceInterval field,
which determines the number of days between the triggering date (due date or close date)
and the due date of the next repeating task in the series.Label is Repeat This Task.`,
},
{
@ -373,9 +373,9 @@ export const taskFields = [
name: 'reminderDateTime',
type: 'dateTime',
default: '',
description: `Represents the time when the reminder is scheduled to fire,<br/>
if IsReminderSet is set to true. If IsReminderSet is set to false, then the<br/>
user may have deselected the reminder checkbox in the Salesforce user interface,<br/>
description: `Represents the time when the reminder is scheduled to fire,
if IsReminderSet is set to true. If IsReminderSet is set to false, then the
user may have deselected the reminder checkbox in the Salesforce user interface,
or the reminder has already fired at the time indicated by the value.`,
},
{
@ -403,8 +403,8 @@ export const taskFields = [
name: 'whatId',
type: 'string',
default: '',
description: `The WhatId represents nonhuman objects such as accounts, opportunities,<br/>
campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a<br/>
description: `The WhatId represents nonhuman objects such as accounts, opportunities,
campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a
WhatId is equivalent to the ID of a related object.`,
},
{
@ -473,8 +473,8 @@ export const taskFields = [
alwaysOpenEditWindow: true,
},
default: '',
description: `Represents the result of a given call, for example, “we'll call back,” or “call<br/>
unsuccessful. Limit is 255 characters. Not subject to field-level security, available for any user<br/>
description: `Represents the result of a given call, for example, “we'll call back,” or “call
unsuccessful. Limit is 255 characters. Not subject to field-level security, available for any user
in an organization with Salesforce CRM Call Center.`,
},
{
@ -482,7 +482,7 @@ export const taskFields = [
name: 'callDurationInSeconds',
type: 'number',
default: '',
description: `Duration of the call in seconds. Not subject to field-level security,<br/>
description: `Duration of the call in seconds. Not subject to field-level security,
available for any user in an organization with Salesforce CRM Call Center`,
},
{
@ -494,7 +494,7 @@ export const taskFields = [
},
default: '',
description: `Name of a call center. Limit is 255 characters. <br/>
Not subject to field-level security, available for any user in an <br/>
Not subject to field-level security, available for any user in an
organization with Salesforce CRM Call Center.`,
},
{
@ -613,8 +613,8 @@ export const taskFields = [
type: 'number',
default: '',
description: `The day or days of the week on which the task repeats.<br/>
This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2<br/>
Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64<br/>
This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2
Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64
Multiple days are represented as the sum of their numerical values.<br/>
For example, Tuesday and Thursday = 4 + 16 = 20.`,
},
@ -623,7 +623,7 @@ export const taskFields = [
name: 'recurrenceEndDateOnly',
type: 'dateTime',
default: '',
description: `The last date on which the task repeats. This field has a timestamp that<br/>
description: `The last date on which the task repeats. This field has a timestamp that
is always set to midnight in the Coordinated Universal Time (UTC) time zone.`,
},
{
@ -728,8 +728,8 @@ export const taskFields = [
},
],
description: `Represents what triggers a repeating task to repeat.<br/>
Add this field to a page layout together with the RecurrenceInterval field,<br/>
which determines the number of days between the triggering date (due date or close date)<br/>
Add this field to a page layout together with the RecurrenceInterval field,
which determines the number of days between the triggering date (due date or close date)
and the due date of the next repeating task in the series.Label is Repeat This Task.`,
},
{
@ -755,9 +755,9 @@ export const taskFields = [
name: 'reminderDateTime',
type: 'dateTime',
default: '',
description: `Represents the time when the reminder is scheduled to fire,<br/>
if IsReminderSet is set to true. If IsReminderSet is set to false, then the<br/>
user may have deselected the reminder checkbox in the Salesforce user interface,<br/>
description: `Represents the time when the reminder is scheduled to fire,
if IsReminderSet is set to true. If IsReminderSet is set to false, then the
user may have deselected the reminder checkbox in the Salesforce user interface,
or the reminder has already fired at the time indicated by the value.`,
},
{
@ -775,8 +775,8 @@ export const taskFields = [
name: 'whatId',
type: 'string',
default: '',
description: `The WhatId represents nonhuman objects such as accounts, opportunities,<br/>
campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a<br/>
description: `The WhatId represents nonhuman objects such as accounts, opportunities,
campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a
WhatId is equivalent to the ID of a related object.`,
},
{

View file

@ -378,6 +378,6 @@ export const reportFields = [
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
] as INodeProperties[];

View file

@ -29,7 +29,7 @@ export class Set implements INodeType {
name: 'keepOnlySet',
type: 'boolean',
default: false,
description: 'If only the values set on this node should be<br />kept and all others removed.',
description: 'If only the values set on this node should be kept and all others removed.',
},
{
displayName: 'Values to Set',

View file

@ -165,8 +165,8 @@ export class Signl4 implements INodeType {
name: 'externalId',
type: 'string',
default: '',
description: `If the event originates from a record in a 3rd party system, use this parameter to pass <br/>
the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4,<br/>
description: `If the event originates from a record in a 3rd party system, use this parameter to pass
the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4,
which is great for correlation/synchronization of that record with the alert.<br/>
If you resolve / close an alert you must use the same External ID as in the original alert.`,
},
@ -176,7 +176,7 @@ export class Signl4 implements INodeType {
type: 'boolean',
default: 'false',
description: `Specify a boolean value of true or false to apply event filtering for this event, or not. <br/>
If set to true, the event will only trigger a notification to the team, if it contains at least one keyword <br/>
If set to true, the event will only trigger a notification to the team, if it contains at least one keyword
from one of your services and system categories (i.e. it is whitelisted)`,
},
{
@ -243,8 +243,8 @@ export class Signl4 implements INodeType {
],
},
},
description: `If the event originates from a record in a 3rd party system, use this parameter to pass <br/>
the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4,<br/>
description: `If the event originates from a record in a 3rd party system, use this parameter to pass
the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4,
which is great for correlation/synchronization of that record with the alert.<br/>
If you resolve / close an alert you must use the same External ID as in the original alert.`,
},

View file

@ -674,7 +674,7 @@ export const channelFields = [
],
},
},
description: 'By default the response only contain the ID to resource. If this<br />option gets activated it will resolve the data automatically.',
description: 'By default the response only contain the ID to resource. If this option gets activated, it will resolve the data automatically.',
},
/* -------------------------------------------------------------------------- */

View file

@ -99,7 +99,7 @@ export const fileFields = [
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
{
displayName: 'Options',

View file

@ -103,7 +103,7 @@ export class SpreadsheetFile implements INodeType {
},
placeholder: '',
description: 'Name of the binary property from which to read<br />the binary data of the spreadsheet file.',
description: 'Name of the binary property from which to read the binary data of the spreadsheet file.',
},
// ----------------------------------
@ -169,7 +169,7 @@ export class SpreadsheetFile implements INodeType {
},
},
placeholder: '',
description: 'Name of the binary property in which to save<br />the binary data of the spreadsheet file.',
description: 'Name of the binary property in which to save the binary data of the spreadsheet file.',
},
{
@ -265,7 +265,7 @@ export class SpreadsheetFile implements INodeType {
},
},
default: false,
description: 'In some cases and file formats, it is necessary to read<br />specifically as string else some special character get interpreted wrong.',
description: 'In some cases and file formats, it is necessary to read specifically as string else some special character get interpreted wrong.',
},
{
displayName: 'Range',

View file

@ -190,7 +190,7 @@ export class Ssh implements INodeType {
},
},
placeholder: '',
description: 'Name of the binary property which contains<br />the data for the file to be uploaded.',
description: 'Name of the binary property which contains the data for the file to be uploaded.',
},
{
displayName: 'Target Directory',

View file

@ -161,7 +161,7 @@ export class Stackby implements INodeType {
type: 'string',
default: '',
placeholder: 'All Stories',
description: 'The name or ID of a view in the Stories table. If set,<br />only the records in that view will be returned. The records<br />will be sorted according to the order of the view.',
description: 'The name or ID of a view in the Stories table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view.',
},
],
},

View file

@ -103,7 +103,7 @@ export class StravaTrigger implements INodeType {
name: 'resolveData',
type: 'boolean',
default: true,
description: 'By default the webhook-data only contain the Object ID. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default the webhook-data only contain the Object ID. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Options',

View file

@ -325,7 +325,7 @@ export class SurveyMonkeyTrigger implements INodeType {
},
},
default: true,
description: 'By default the webhook-data only contain the IDs. If this option gets activated it<br />will resolve the data automatically.',
description: 'By default the webhook-data only contain the IDs. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Only Answers',

View file

@ -176,7 +176,7 @@ export const affiliateFields = [
name: 'companyName',
type: 'string',
default: '',
description: `The affiliates company data,`,
description: `The affiliates company data.`,
},
],
},

View file

@ -320,7 +320,7 @@ export class Telegram implements INodeType {
},
},
required: true,
description: 'Unique identifier for the target chat or username of the target<br />channel (in the format @channelusername).',
description: 'Unique identifier for the target chat or username of the target channel (in the format @channelusername).',
},
// ----------------------------------
@ -740,7 +740,7 @@ export class Telegram implements INodeType {
},
},
required: true,
description: 'Unique identifier for the target chat or username of the target<br />channel (in the format @channelusername). To find your chat id ask @get_id_bot.',
description: 'Unique identifier for the target chat or username of the target channel (in the format @channelusername). To find your chat id ask @get_id_bot.',
},
// ----------------------------------
// message:sendAnimation/sendAudio/sendDocument/sendPhoto/sendSticker/sendVideo
@ -890,7 +890,7 @@ export class Telegram implements INodeType {
],
},
},
description: 'Animation to send. Pass a file_id to send an animation that exists on the Telegram servers (recommended)<br />, an HTTP URL for Telegram to get an animation from the Internet',
description: 'Animation to send. Pass a file_id to send an animation that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get an animation from the Internet',
},
@ -916,7 +916,7 @@ export class Telegram implements INodeType {
],
},
},
description: 'Audio file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)<br />, an HTTP URL for Telegram to get a file from the Internet',
description: 'Audio file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet',
},
@ -1007,7 +1007,7 @@ export class Telegram implements INodeType {
],
},
},
description: 'Document to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)<br />, an HTTP URL for Telegram to get a file from the Internet',
description: 'Document to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet',
},
@ -1110,7 +1110,7 @@ export class Telegram implements INodeType {
name: 'media',
type: 'string',
default: '',
description: 'Media to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)<br />or pass an HTTP URL for Telegram to get a file from the Internet.',
description: 'Media to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass an HTTP URL for Telegram to get a file from the Internet.',
},
{
displayName: 'Additional Fields',
@ -1202,7 +1202,7 @@ export class Telegram implements INodeType {
],
},
},
description: 'Photo to send. Pass a file_id to send a photo that exists on the Telegram servers (recommended)<br />, an HTTP URL for Telegram to get a photo from the Internet',
description: 'Photo to send. Pass a file_id to send a photo that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a photo from the Internet',
},
@ -1227,7 +1227,7 @@ export class Telegram implements INodeType {
],
},
},
description: 'Sticker to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)<br />, an HTTP URL for Telegram to get a .webp file from the Internet',
description: 'Sticker to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a .webp file from the Internet',
},
@ -1252,7 +1252,7 @@ export class Telegram implements INodeType {
],
},
},
description: 'Video file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)<br />, an HTTP URL for Telegram to get a file from the Internet',
description: 'Video file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet',
},
// ----------------------------------
@ -1414,14 +1414,14 @@ export class Telegram implements INodeType {
name: 'switch_inline_query_current_chat',
type: 'string',
default: '',
description: 'If set, pressing the button will insert the bots username and the specified<br />inline query in the current chat\'s input field.Can be empty, in which case only the<br />bots username will be inserted.',
description: 'If set, pressing the button will insert the bots username and the specified inline query in the current chat\'s input field.Can be empty, in which case only the bots username will be inserted.',
},
{
displayName: 'Switch Inline Query',
name: 'switch_inline_query',
type: 'string',
default: '',
description: 'If set, pressing the button will prompt the user to select one of their chats<br />, open that chat and insert the bots username and the specified inline query in the<br />input field. Can be empty, in which case just the bots username will be inserted.',
description: 'If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bots username and the specified inline query in the input field. Can be empty, in which case just the bots username will be inserted.',
},
{
displayName: 'URL',
@ -1788,7 +1788,7 @@ export class Telegram implements INodeType {
},
},
default: '',
description: 'Thumbnail of the file sent; can be ignored if thumbnail generation<br />for the file is supported server-side. The thumbnail should be in<br />JPEG format and less than 200 kB in size. A thumbnails<br />width and height should not exceed 320.',
description: 'Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnails width and height should not exceed 320.',
},
{
displayName: 'Width',

View file

@ -368,7 +368,7 @@ export const boardFields = [
name: 'fields',
type: 'string',
default: 'all',
description: 'Fields to return. Either "all" or a comma-separated list:<br />closed, dateLastActivity, dateLastView, desc, descData,<br />idOrganization, invitations, invited, labelNames, memberships,<br />name, pinned, powerUps, prefs, shortLink, shortUrl,<br />starred, subscribed, url',
description: 'Fields to return. Either "all" or a comma-separated list: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url',
},
{
displayName: 'Plugin Data',

View file

@ -243,7 +243,7 @@ export const cardFields = [
name: 'fields',
type: 'string',
default: 'all',
description: 'Fields to return. Either "all" or a comma-separated list:<br />badges, checkItemStates, closed, dateLastActivity, desc,<br />descData, due, email, idBoard, idChecklists, idLabels, idList,<br />idMembers, idShort, idAttachmentCover, manualCoverAttachment<br />, labels, name, pos, shortUrl, url',
description: 'Fields to return. Either "all" or a comma-separated list:<br />badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url',
},
{
displayName: 'Board',
@ -257,7 +257,7 @@ export const cardFields = [
name: 'board_fields',
type: 'string',
default: 'all',
description: 'Fields to return. Either "all" or a comma-separated list:<br />name, desc, descData, closed, idOrganization, pinned, url, prefs',
description: 'Fields to return. Either "all" or a comma-separated list: name, desc, descData, closed, idOrganization, pinned, url, prefs',
},
{
displayName: 'Custom Field Items',
@ -278,7 +278,7 @@ export const cardFields = [
name: 'member_fields',
type: 'string',
default: 'all',
description: 'Fields to return. Either "all" or a comma-separated list:<br />avatarHash, fullName, initials, username',
description: 'Fields to return. Either "all" or a comma-separated list: avatarHash, fullName, initials, username',
},
{
displayName: 'Plugin Data',

View file

@ -91,7 +91,7 @@ export const directMessageFields = [
name: 'attachment',
type: 'string',
default: 'data',
description: 'Name of the binary property which contain<br />data that should be added to the direct message as attachment.',
description: 'Name of the binary property which contain data that should be added to the direct message as attachment.',
},
],
},

View file

@ -93,7 +93,7 @@ export const tweetFields = [
name: 'attachments',
type: 'string',
default: 'data',
description: 'Name of the binary properties which contain<br />data which should be added to tweet as attachment.<br />Multiple ones can be comma separated.',
description: 'Name of the binary properties which contain data which should be added to tweet as attachment.<br />Multiple ones can be comma separated.',
},
{
displayName: 'Display Coordinates',

View file

@ -340,7 +340,7 @@ export class Wait implements INodeType {
},
],
default: 'firstEntryJson',
description: 'What data should be returned. If it should return<br />all the items as array or only the first item as object',
description: 'What data should be returned. If it should return all the items as array or only the first item as object',
},
{
displayName: 'Property Name',
@ -365,7 +365,7 @@ export class Wait implements INodeType {
name: 'limitWaitTime',
type: 'boolean',
default: false,
description: `If no webhook call is received, the workflow will automatically<br />
description: `If no webhook call is received, the workflow will automatically
resume execution after the specified limit type`,
displayOptions: {
show: {
@ -528,8 +528,8 @@ export class Wait implements INodeType {
],
},
},
description: `Name of the binary property to which to write the data of<br />
the received file. If the data gets received via "Form-Data Multipart"<br />
description: `Name of the binary property to which to write the data of
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.`,
},
{

View file

@ -202,7 +202,7 @@ export class Webhook implements INodeType {
},
],
default: 'firstEntryJson',
description: 'What data should be returned. If it should return<br />all items as an array or only the first item as object.',
description: 'What data should be returned. If it should return all items as an array or only the first item as object.',
},
{
displayName: 'Property Name',
@ -253,8 +253,8 @@ export class Webhook implements INodeType {
],
},
},
description: `Name of the binary property to write the data of<br />
the received file to. If the data gets received via "Form-Data Multipart"<br />
description: `Name of the binary property to write the data of
the received file to. 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.`,
},
{

View file

@ -44,7 +44,7 @@ export class WriteBinaryFile implements INodeType {
type: 'string',
default: 'data',
required: true,
description: 'Name of the binary property which contains<br />the data for the file to be written.',
description: 'Name of the binary property which contains the data for the file to be written.',
},
],
};

View file

@ -61,7 +61,7 @@ export class Xml implements INodeType {
},
default: 'data',
required: true,
description: 'Name of the property to which to contains<br />the converted XML data.',
description: 'Name of the property to which to contains the converted XML data.',
},
{
displayName: 'Options',
@ -140,7 +140,7 @@ export class Xml implements INodeType {
},
default: 'data',
required: true,
description: 'Name of the property which contains<br />the XML data to convert.',
description: 'Name of the property which contains the XML data to convert.',
},
{
displayName: 'Options',

View file

@ -302,6 +302,6 @@ export const messageFields = [
],
},
},
description: 'Name of the binary property to which to<br />write the data of the read file.',
description: 'Name of the binary property to which to write the data of the read file.',
},
] as INodeProperties[];