mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🔥 Remove line breaks from param descriptions (#2473)
* 🔥 Remove line breaks from param descriptions * 🔥 Remove more line breaks * 🎨 Fix spacing for list item in tooltip * ⚡ Apply multiline with <p> tags * ⚡ Improve <code> and <a> tags * ✏️ Improve grammar and spelling * ⚡ Add missing <p> tags * ✏️ Make "multiple" phrasing consistent * ⚡ Fix unneeded quote escapes * ⚡ Encode angle brackets * ⚡ Fix typo and copy-paste artifact
This commit is contained in:
@@ -109,7 +109,7 @@ export class MoveBinaryData implements INodeType {
|
||||
default: 'data',
|
||||
required: true,
|
||||
placeholder: 'data',
|
||||
description: 'The name of the binary key to get data from.<br />It is also possible to define deep keys by using dot-notation like for example:<br />"level1.level2.currentKey"',
|
||||
description: 'The name of the binary key to get data from. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.currentKey"',
|
||||
},
|
||||
{
|
||||
displayName: 'Destination 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 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: "level1.level2.newKey"',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
@@ -146,7 +146,7 @@ export class MoveBinaryData implements INodeType {
|
||||
},
|
||||
},
|
||||
default: true,
|
||||
description: 'If all JSON data should be converted to binary.<br />Else only the data of one key will be converted.',
|
||||
description: 'If all JSON data should be converted to binary. Else only the data of one key will be converted.',
|
||||
},
|
||||
{
|
||||
displayName: 'Source Key',
|
||||
@@ -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 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: "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 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: "level1.level2.newKey"',
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user