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.
2 parents 7856dbd + 2c02b82 commit 21222b1Copy full SHA for 21222b1
config/vanilla/config.php
@@ -24,6 +24,9 @@
24
$Configuration['Conversations']['Version'] = '3.0';
25
$Configuration['Conversations']['Moderation']['Allow'] = true;
26
27
+// all handles of users with this role will be displayed in purple
28
+$Configuration['ColorizedRole']='MIT_6.S099 Admin';
29
+
30
// EnabledApplications
31
$Configuration['EnabledApplications']['Conversations'] = 'conversations';
32
$Configuration['EnabledApplications']['Vanilla'] = 'vanilla';
0 commit comments