Skip to content

Commit 3203db0

Browse files
Add chat_channel to projects.csv output
1 parent f75c861 commit 3203db0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site-root/projects.csv.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
,'description' => trim($matches[0])
1010
,'link_url' => $Project->UsersUrl
1111
,'code_url' => $Project->DevelopersUrl
12+
,'chat_channel' => $Project->ChatChannel
1213
,'tags' => implode(',',
1314
array_map(
1415
function($Tag) {

0 commit comments

Comments
 (0)