mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core, editor-ui): Introduce node deprecation (#4103)
⚡ Introduce node deprecation
This commit is contained in:
@@ -10,6 +10,7 @@ export class Start implements INodeType {
|
||||
version: 1,
|
||||
description: 'Starts the workflow execution from this node',
|
||||
maxNodes: 1,
|
||||
hidden: true,
|
||||
defaults: {
|
||||
name: 'Start',
|
||||
color: '#00e000',
|
||||
|
||||
Reference in New Issue
Block a user