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 121cdf1 + 7d02026 commit 97e4988Copy full SHA for 97e4988
config/vanilla/config.php
@@ -42,10 +42,13 @@
42
// Feature
43
$Configuration['Feature']['NewFlyouts']['Enabled'] = true;
44
45
+// Unfurl
46
+$Configuration['Garden']['Title'] = 'Topcoder Forums';
47
+$Configuration['Garden']['ShareImage'] = '/themes/topcoder/design/images/topcoder-image.png';
48
+
49
// Garden
50
$Configuration['Garden']['SignIn']['Popup'] = false;
51
$Configuration['Garden']['EditContentTimeout'] = -1;
-$Configuration['Garden']['Title'] = 'Vanilla';
52
$Configuration['Garden']['Cookie']['Salt'] = 'rLpGSLgZD1AGdJ4n';
53
$Configuration['Garden']['Cookie']['Domain'] = '';
54
$Configuration['Garden']['Registration']['ConfirmEmail'] = true;
0 commit comments