mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Allow the template node to be treated as plain text
This commit is contained in:
@@ -137,8 +137,11 @@
|
||||
"template": {
|
||||
"label": {
|
||||
"template": "Template",
|
||||
"property": "Property",
|
||||
"format": "Syntax Highlight"
|
||||
"property": "Set property",
|
||||
"format": "Syntax Highlight",
|
||||
"syntax": "Format",
|
||||
"mustache": "Mustache template",
|
||||
"plain": "Plain text"
|
||||
},
|
||||
"templatevalue": "This is the payload: {{payload}} !"
|
||||
},
|
||||
|
Reference in New Issue
Block a user