mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
⚡ 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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user