File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed
Expand file tree Collapse file tree 3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ Node-RED node for {{&nodeName}}
55
66{ {&description} }
77
8- Install
9- -------
8+ ## Install
109
1110To install the stable version use the `Menu - Manage palette - Install`
1211option and search for { {&projectName} }, or run the following
Original file line number Diff line number Diff line change 209209 credentials: {
210210 { { #isSecure} }
211211 { { #isSecureToken} }
212- secureTokenValue: { type:" password" } ,
212+ secureTokenValue: { type: " password" } ,
213213 { { /isSecureToken} }
214214 { { #isSecureApiKey} }
215- secureApiKeyValue: { type:" password" } ,
215+ secureApiKeyValue: { type: " password" } ,
216216 { { /isSecureApiKey} }
217217 { { #isSecureBasic} }
218- username: { type:" text" } ,
219- password: { type:" password" } ,
218+ username: { type: " text" } ,
219+ password: { type: " password" } ,
220220 { { /isSecureBasic} }
221221 { { /isSecure} }
222- temp: { type:" text" }
222+ temp: { type: " text" }
223223 } ,
224224 label: function () {
225225 return this.name || this.host;
Original file line number Diff line number Diff line change @@ -5,17 +5,15 @@ Node-RED node for {{nodeName}}
55
66{ {description} }
77
8- Install
9- -------
8+ ## Install
109
1110To install the stable version use the `Menu - Manage palette - Install`
1211option and search for { {projectName} }, or run the following
1312command in your Node-RED user directory, typically `~/.node-red`
1413
1514 npm install { {projectName} }
1615
17- Interactions
18- ------------
16+ ## Interactions
1917
2018### Properties
2119
You can’t perform that action at this time.
0 commit comments