From e3b09edf4fcad2cadba09d1831058e33feabd879 Mon Sep 17 00:00:00 2001 From: GCHQ 77703 Date: Sun, 26 Aug 2018 22:26:14 +0100 Subject: [PATCH] Use a different module for Moustache --- src/core/operations/RenderMoustache.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/RenderMoustache.mjs b/src/core/operations/RenderMoustache.mjs index c11dc3db..7a919237 100644 --- a/src/core/operations/RenderMoustache.mjs +++ b/src/core/operations/RenderMoustache.mjs @@ -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";