Added parsed YAML support for template node (#1443)

This commit is contained in:
Nathanaël Lécaudé
2017-11-30 08:38:50 -05:00
committed by Nick O'Leary
parent d426aaa88a
commit f09e61a59a
3 changed files with 7 additions and 0 deletions

View File

@@ -195,6 +195,7 @@
"mustache": "Mustache template",
"plain": "Plain text",
"json": "Parsed JSON",
"yaml": "Parsed YAML",
"none": "none"
},
"templatevalue": "This is the payload: {{payload}} !"