From 31705972487d9c942a11822447e54de34a611616 Mon Sep 17 00:00:00 2001 From: wkhearn Date: Tue, 16 Jun 2020 14:25:16 -0500 Subject: [PATCH] Adding slug to moduleProductGrid object; to be used with CLP nav --- api/wo/clean.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/wo/clean.js b/api/wo/clean.js index 3033c07..231365c 100644 --- a/api/wo/clean.js +++ b/api/wo/clean.js @@ -65,6 +65,7 @@ module.exports = (parsed) => { } }, fields: { + slug: module.fields.slug, gridType: module.fields.gridType, videoModule: module.fields.videoModule, products: products