mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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:
@@ -397,10 +397,7 @@ export const contactFields = [
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
description: `Used to include specific company properties in the results.<br/>
|
||||
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
|
||||
Including this parameter will include the data for the specified property in the results.<br/>
|
||||
You can include this parameter multiple times to request multiple properties separed by ,.`,
|
||||
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Postal Code',
|
||||
@@ -580,10 +577,7 @@ export const contactFields = [
|
||||
loadOptionsMethod: 'getContactProperties',
|
||||
},
|
||||
default: '',
|
||||
description: `Used to include specific company properties in the results.<br/>
|
||||
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
|
||||
Including this parameter will include the data for the specified property in the results.<br/>
|
||||
You can include this parameter multiple times to request multiple properties separed by ,.`,
|
||||
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Property Mode',
|
||||
@@ -706,10 +700,7 @@ export const contactFields = [
|
||||
loadOptionsMethod: 'getContactProperties',
|
||||
},
|
||||
default: '',
|
||||
description: `Used to include specific company properties in the results.<br/>
|
||||
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
|
||||
Including this parameter will include the data for the specified property in the results.<br/>
|
||||
You can include this parameter multiple times to request multiple properties separed by ,.`,
|
||||
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Property Mode',
|
||||
@@ -854,10 +845,7 @@ export const contactFields = [
|
||||
loadOptionsMethod: 'getContactProperties',
|
||||
},
|
||||
default: '',
|
||||
description: `Used to include specific company properties in the results.<br/>
|
||||
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
|
||||
Including this parameter will include the data for the specified property in the results.<br/>
|
||||
You can include this parameter multiple times to request multiple properties separed by ,.`,
|
||||
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Property Mode',
|
||||
@@ -1042,10 +1030,7 @@ export const contactFields = [
|
||||
],
|
||||
},
|
||||
],
|
||||
description: `When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator.<br>
|
||||
When multiple filterGroups are provided, they will be combined using a logical OR operator.<br>
|
||||
The system supports a maximum of three filterGroups with up to three filters each.<br>
|
||||
More info <a href="https://developers.hubspot.com/docs/api/crm/search">here</a>`,
|
||||
description: `When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href="https://developers.hubspot.com/docs/api/crm/search">here</a>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -1093,10 +1078,7 @@ export const contactFields = [
|
||||
'lastname',
|
||||
'email',
|
||||
],
|
||||
description: `Used to include specific company properties in the results.<br/>
|
||||
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
|
||||
Including this parameter will include the data for the specified property in the results.<br/>
|
||||
You can include this parameter multiple times to request multiple properties separed by ,.`,
|
||||
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
|
||||
},
|
||||
{
|
||||
displayName: 'Query',
|
||||
|
||||
Reference in New Issue
Block a user