Allow the template node to be treated as plain text

This commit is contained in:
Nick O'Leary
2016-02-11 13:16:15 +00:00
parent 3a97e20bde
commit bba210e112
3 changed files with 29 additions and 8 deletions

View File

@@ -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}} !"
},