Skip to content

Commit

Permalink
Add categories to catalog json
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Nov 1, 2024
1 parent 26dfdeb commit 54a37f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/generate_catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const viewster = require('../lib/view')
official: 1,
description: 1,
keywords: 1,
types: 1
types: 1,
categories: 1
})
const modules = things.map(function (t) {
return {
Expand All @@ -21,6 +22,7 @@ const viewster = require('../lib/view')
updated_at: t.updated_at,
types: t.types,
keywords: t.keywords,
categories: t.categories,
url: 'https://flows.nodered.org/node/' + t._id
}
})
Expand Down

0 comments on commit 54a37f3

Please # to comment.