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}}
5
5
6
6
{ {&description} }
7
7
8
- Install
9
- -------
8
+ ## Install
10
9
11
10
To install the stable version use the `Menu - Manage palette - Install`
12
11
option and search for { {&projectName} }, or run the following
Original file line number Diff line number Diff line change 209
209
credentials: {
210
210
{ { #isSecure} }
211
211
{ { #isSecureToken} }
212
- secureTokenValue: { type:" password" } ,
212
+ secureTokenValue: { type: " password" } ,
213
213
{ { /isSecureToken} }
214
214
{ { #isSecureApiKey} }
215
- secureApiKeyValue: { type:" password" } ,
215
+ secureApiKeyValue: { type: " password" } ,
216
216
{ { /isSecureApiKey} }
217
217
{ { #isSecureBasic} }
218
- username: { type:" text" } ,
219
- password: { type:" password" } ,
218
+ username: { type: " text" } ,
219
+ password: { type: " password" } ,
220
220
{ { /isSecureBasic} }
221
221
{ { /isSecure} }
222
- temp: { type:" text" }
222
+ temp: { type: " text" }
223
223
} ,
224
224
label: function () {
225
225
return this.name || this.host;
Original file line number Diff line number Diff line change @@ -5,17 +5,15 @@ Node-RED node for {{nodeName}}
5
5
6
6
{ {description} }
7
7
8
- Install
9
- -------
8
+ ## Install
10
9
11
10
To install the stable version use the `Menu - Manage palette - Install`
12
11
option and search for { {projectName} }, or run the following
13
12
command in your Node-RED user directory, typically `~/.node-red`
14
13
15
14
npm install { {projectName} }
16
15
17
- Interactions
18
- ------------
16
+ ## Interactions
19
17
20
18
### Properties
21
19
You can’t perform that action at this time.
0 commit comments