Use a different module for Moustache
This commit is contained in:
parent
fadb395cd9
commit
e3b09edf4f
@ -19,7 +19,7 @@ class RenderMoustache extends Operation {
|
|||||||
super();
|
super();
|
||||||
|
|
||||||
this.name = "Render Moustache";
|
this.name = "Render Moustache";
|
||||||
this.module = "Default";
|
this.module = "Templating";
|
||||||
this.description = "Uses a provided Moustache template in order to render a JSON value.";
|
this.description = "Uses a provided Moustache template in order to render a JSON value.";
|
||||||
this.infoURL = "https://mustache.github.io/mustache.5.html";
|
this.infoURL = "https://mustache.github.io/mustache.5.html";
|
||||||
this.inputType = "JSON";
|
this.inputType = "JSON";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user