mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Add Python to Code actions (#18668)
This commit is contained in:
@@ -41,10 +41,12 @@ const getV2LanguageProperty = (): INodeProperties => {
|
||||
{
|
||||
name: 'JavaScript',
|
||||
value: 'javaScript',
|
||||
action: 'Code in JavaScript',
|
||||
},
|
||||
{
|
||||
name: 'Python (Beta)',
|
||||
value: 'python',
|
||||
action: 'Code in Python (Beta)',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -52,6 +54,7 @@ const getV2LanguageProperty = (): INodeProperties => {
|
||||
options.push({
|
||||
name: 'Python (Native) (Beta)',
|
||||
value: 'pythonNative',
|
||||
action: 'Code in Python (Native) (Beta)',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user