Use a different module for Moustache

This commit is contained in:
GCHQ 77703 2018-08-26 22:26:14 +01:00
parent fadb395cd9
commit e3b09edf4f

View File

@ -19,7 +19,7 @@ class RenderMoustache extends Operation {
super();
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.infoURL = "https://mustache.github.io/mustache.5.html";
this.inputType = "JSON";