mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move name field above tab bar in Function node
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user