Skip to content

Commit 54a37f3

Browse files
committed
Add categories to catalog json
1 parent 26dfdeb commit 54a37f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tasks/generate_catalog.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const viewster = require('../lib/view')
1111
official: 1,
1212
description: 1,
1313
keywords: 1,
14-
types: 1
14+
types: 1,
15+
categories: 1
1516
})
1617
const modules = things.map(function (t) {
1718
return {
@@ -21,6 +22,7 @@ const viewster = require('../lib/view')
2122
updated_at: t.updated_at,
2223
types: t.types,
2324
keywords: t.keywords,
25+
categories: t.categories,
2426
url: 'https://flows.nodered.org/node/' + t._id
2527
}
2628
})

0 commit comments

Comments
 (0)