mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Remove empty description properties
This commit is contained in:
parent
bb07e0f135
commit
f33eebcec9
|
@ -283,27 +283,22 @@ export class Mailchimp implements INodeType {
|
||||||
{
|
{
|
||||||
name: 'Subscribed',
|
name: 'Subscribed',
|
||||||
value: 'subscribed',
|
value: 'subscribed',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Unsubscribed',
|
name: 'Unsubscribed',
|
||||||
value: 'unsubscribed',
|
value: 'unsubscribed',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Cleaned',
|
name: 'Cleaned',
|
||||||
value: 'cleaned',
|
value: 'cleaned',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Pending',
|
name: 'Pending',
|
||||||
value: 'pending',
|
value: 'pending',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Transactional',
|
name: 'Transactional',
|
||||||
value: 'transactional',
|
value: 'transactional',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -314,7 +309,6 @@ export class Mailchimp implements INodeType {
|
||||||
name: 'jsonParameters',
|
name: 'jsonParameters',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
description: '',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource:[
|
resource:[
|
||||||
|
@ -351,12 +345,10 @@ export class Mailchimp implements INodeType {
|
||||||
{
|
{
|
||||||
name: 'HTML',
|
name: 'HTML',
|
||||||
value: 'html',
|
value: 'html',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Text',
|
name: 'Text',
|
||||||
value: 'text',
|
value: 'text',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -523,7 +515,6 @@ export class Mailchimp implements INodeType {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
},
|
},
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource:[
|
resource:[
|
||||||
|
@ -546,7 +537,6 @@ export class Mailchimp implements INodeType {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
},
|
},
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource:[
|
resource:[
|
||||||
|
@ -608,14 +598,12 @@ export class Mailchimp implements INodeType {
|
||||||
name: 'categoryFieldId',
|
name: 'categoryFieldId',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Value',
|
displayName: 'Value',
|
||||||
name: 'value',
|
name: 'value',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -629,7 +617,6 @@ export class Mailchimp implements INodeType {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
},
|
},
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource:[
|
resource:[
|
||||||
|
@ -882,12 +869,10 @@ export class Mailchimp implements INodeType {
|
||||||
{
|
{
|
||||||
name: 'HTML',
|
name: 'HTML',
|
||||||
value: 'html',
|
value: 'html',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Text',
|
name: 'Text',
|
||||||
value: 'text',
|
value: 'text',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -901,27 +886,22 @@ export class Mailchimp implements INodeType {
|
||||||
{
|
{
|
||||||
name: 'Subscribed',
|
name: 'Subscribed',
|
||||||
value: 'subscribed',
|
value: 'subscribed',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Unsubscribed',
|
name: 'Unsubscribed',
|
||||||
value: 'unsubscribed',
|
value: 'unsubscribed',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Cleaned',
|
name: 'Cleaned',
|
||||||
value: 'cleaned',
|
value: 'cleaned',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Pending',
|
name: 'Pending',
|
||||||
value: 'pending',
|
value: 'pending',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Transactional',
|
name: 'Transactional',
|
||||||
value: 'transactional',
|
value: 'transactional',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -984,7 +964,6 @@ export class Mailchimp implements INodeType {
|
||||||
name: 'jsonParameters',
|
name: 'jsonParameters',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
description: '',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource:[
|
resource:[
|
||||||
|
@ -1021,12 +1000,10 @@ export class Mailchimp implements INodeType {
|
||||||
{
|
{
|
||||||
name: 'HTML',
|
name: 'HTML',
|
||||||
value: 'html',
|
value: 'html',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Text',
|
name: 'Text',
|
||||||
value: 'text',
|
value: 'text',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -1079,14 +1056,12 @@ export class Mailchimp implements INodeType {
|
||||||
name: 'categoryFieldId',
|
name: 'categoryFieldId',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Value',
|
displayName: 'Value',
|
||||||
name: 'value',
|
name: 'value',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -1194,27 +1169,22 @@ export class Mailchimp implements INodeType {
|
||||||
{
|
{
|
||||||
name: 'Subscribed',
|
name: 'Subscribed',
|
||||||
value: 'subscribed',
|
value: 'subscribed',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Unsubscribed',
|
name: 'Unsubscribed',
|
||||||
value: 'unsubscribed',
|
value: 'unsubscribed',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Cleaned',
|
name: 'Cleaned',
|
||||||
value: 'cleaned',
|
value: 'cleaned',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Pending',
|
name: 'Pending',
|
||||||
value: 'pending',
|
value: 'pending',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Transactional',
|
name: 'Transactional',
|
||||||
value: 'transactional',
|
value: 'transactional',
|
||||||
description: '',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -1289,7 +1259,6 @@ export class Mailchimp implements INodeType {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
},
|
},
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource:[
|
resource:[
|
||||||
|
@ -1312,7 +1281,6 @@ export class Mailchimp implements INodeType {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
},
|
},
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource:[
|
resource:[
|
||||||
|
@ -1335,7 +1303,6 @@ export class Mailchimp implements INodeType {
|
||||||
alwaysOpenEditWindow: true,
|
alwaysOpenEditWindow: true,
|
||||||
},
|
},
|
||||||
default: '',
|
default: '',
|
||||||
description: '',
|
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
show: {
|
show: {
|
||||||
resource:[
|
resource:[
|
||||||
|
|
Loading…
Reference in a new issue