mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Remove server option from Twake-Node till supported
This commit is contained in:
@@ -34,43 +34,43 @@ export class Twake implements INodeType {
|
||||
{
|
||||
name: 'twakeCloudApi',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
twakeVersion: [
|
||||
'cloud',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'twakeServerApi',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
twakeVersion: [
|
||||
'server',
|
||||
],
|
||||
},
|
||||
},
|
||||
// displayOptions: {
|
||||
// show: {
|
||||
// twakeVersion: [
|
||||
// 'cloud',
|
||||
// ],
|
||||
// },
|
||||
// },
|
||||
},
|
||||
// {
|
||||
// name: 'twakeServerApi',
|
||||
// required: true,
|
||||
// displayOptions: {
|
||||
// show: {
|
||||
// twakeVersion: [
|
||||
// 'server',
|
||||
// ],
|
||||
// },
|
||||
// },
|
||||
// },
|
||||
],
|
||||
properties: [
|
||||
{
|
||||
displayName: 'Twake Version',
|
||||
name: 'twakeVersion',
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Cloud',
|
||||
value: 'cloud',
|
||||
},
|
||||
// {
|
||||
// name: 'Server (Self Hosted)',
|
||||
// value: 'server',
|
||||
// },
|
||||
],
|
||||
default: 'cloud',
|
||||
},
|
||||
// {
|
||||
// displayName: 'Twake Version',
|
||||
// name: 'twakeVersion',
|
||||
// type: 'options',
|
||||
// options: [
|
||||
// {
|
||||
// name: 'Cloud',
|
||||
// value: 'cloud',
|
||||
// },
|
||||
// {
|
||||
// name: 'Server (Self Hosted)',
|
||||
// value: 'server',
|
||||
// },
|
||||
// ],
|
||||
// default: 'cloud',
|
||||
// },
|
||||
{
|
||||
displayName: 'Resource',
|
||||
name: 'resource',
|
||||
|
||||
Reference in New Issue
Block a user