Move name field above tab bar in Function node

This commit is contained in:
Nick O'Leary
2021-02-17 12:04:38 +00:00
parent ea62c1806e
commit 137fa98903
2 changed files with 23 additions and 20 deletions

View File

@@ -209,11 +209,11 @@
"function": {
"function": "",
"label": {
"setup": "Setup",
"function": "On Message",
"initialize": "On Start",
"finalize": "On Stop",
"outputs": "Outputs",
"require": "Require"
"outputs": "Outputs"
},
"text": {
"initialize": "// Code added here will be run once\n// whenever the node is deployed.\n",