mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(editor): Do not use CodeNodeEditor anywhere except the Code node (no-changelog) (#8636)
This commit is contained in:
committed by
GitHub
parent
941278db68
commit
bf729aa2f0
@@ -158,8 +158,7 @@ export class Code implements INodeType {
|
||||
name: 'code',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
editor: 'codeNodeEditor',
|
||||
editorLanguage: 'javaScript',
|
||||
editor: 'jsEditor',
|
||||
},
|
||||
default: defaultCodeExecute,
|
||||
hint: 'This code will only run and return data if a "Main" input & output got created.',
|
||||
@@ -176,8 +175,7 @@ export class Code implements INodeType {
|
||||
name: 'code',
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
editor: 'codeNodeEditor',
|
||||
editorLanguage: 'javaScript',
|
||||
editor: 'jsEditor',
|
||||
},
|
||||
default: defaultCodeSupplyData,
|
||||
hint: 'This code will only run and return data if an output got created which is not "Main".',
|
||||
|
||||
Reference in New Issue
Block a user