removed chykalophia specific operations
This commit is contained in:
parent
ee8c3f4a3e
commit
6a17ab840b
|
@ -260,24 +260,4 @@ export const projectDescription: INodeProperties[] = [
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
displayName: 'Contributor\'s Email\, Name or ID',
|
|
||||||
name: 'contributor',
|
|
||||||
type: 'options',
|
|
||||||
description: 'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/nodes/expressions.html#expressions">expression</a>',
|
|
||||||
default: '',
|
|
||||||
typeOptions: {
|
|
||||||
loadOptionsMethod: 'getEmails',
|
|
||||||
},
|
|
||||||
displayOptions: {
|
|
||||||
show: {
|
|
||||||
resource: [
|
|
||||||
'project',
|
|
||||||
],
|
|
||||||
operation: [
|
|
||||||
'getCklph',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue