mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Orbit Node): Deprecate Orbit nicely (#9962)
This commit is contained in:
@@ -42,7 +42,7 @@ export const activityFields: INodeProperties[] = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getWorkspaces',
|
||||
},
|
||||
default: '',
|
||||
default: 'Deprecated',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
@@ -97,7 +97,7 @@ export const activityFields: INodeProperties[] = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getActivityTypes',
|
||||
},
|
||||
default: '',
|
||||
default: 'Deprecated',
|
||||
description:
|
||||
'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
},
|
||||
@@ -151,7 +151,7 @@ export const activityFields: INodeProperties[] = [
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getWorkspaces',
|
||||
},
|
||||
default: '',
|
||||
default: 'Deprecated',
|
||||
required: true,
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
||||
Reference in New Issue
Block a user