We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2374b94 commit 39a2d30Copy full SHA for 39a2d30
packages/frontend/src/components/NewsDrawer/NewsItemList.ts
@@ -11,6 +11,14 @@ const IF_THEN_EXTERNAL_LINK =
11
'https://guide.plumber.gov.sg/user-guides/actions/toolbox'
12
13
export const NEWS_ITEM_LIST: NewsItemProps[] = [
14
+ {
15
+ date: '2025-11-21',
16
+ tag: NEW_FEATURE_TAG,
17
+ title: 'Collaborators — add editors and viewers to your pipes',
18
+ details: dedent`
19
+ With collaborators, you can add editors or viewers to help build or troubleshoot your pipe. Read more about permissions and set up in our guide.
20
+ `,
21
+ },
22
{
23
date: '2025-09-22',
24
tag: NEW_FEATURE_TAG,
0 commit comments