Skip to content

Commit 2d0d705

Browse files
authored
Merge pull request #694 from topcoder-platform/issues-693
all handles of users with this role will be displayed in purple
2 parents 38b2910 + ddf4c82 commit 2d0d705

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/vanilla/config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
$Configuration['Conversations']['Version'] = '3.0';
2525
$Configuration['Conversations']['Moderation']['Allow'] = true;
2626

27+
// all handles of users with this role will be displayed in purple
28+
$Configuration['ColorizedRole']='ColorTest';
29+
2730
// EnabledApplications
2831
$Configuration['EnabledApplications']['Conversations'] = 'conversations';
2932
$Configuration['EnabledApplications']['Vanilla'] = 'vanilla';

0 commit comments

Comments
 (0)