Skip to content

Commit f7c1d57

Browse files
authored
Merge pull request #264 from topcoder-platform/issues-258
Fixed Issues-256
2 parents bdf6d03 + 291fca6 commit f7c1d57

File tree

3 files changed

+1183
-2
lines changed

3 files changed

+1183
-2
lines changed

config/vanilla/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
$Configuration['Garden']['Email']['SmtpPort'] = getenv('MAIL_SMTP_PORT');
5858
$Configuration['Garden']['Email']['SmtpSecurity'] = getenv('MAIL_SMTP_SECURITY');
5959
$Configuration['Garden']['UpdateToken'] = '105e786dc643fd20143d3c137b593af168560c13';
60-
$Configuration['Garden']['InputFormatter'] = 'Markdown';
60+
$Configuration['Garden']['InputFormatter'] = 'Rich';
6161
$Configuration['Garden']['Version'] = 'Undefined';
6262
$Configuration['Garden']['CanProcessImages'] = true;
6363
$Configuration['Garden']['Theme'] = 'topcoder-theme';
6464
$Configuration['Garden']['MobileTheme'] = 'topcoder-theme';
6565
$Configuration['Garden']['Profile']['EditPhotos'] = false;
6666
$Configuration['Garden']['SystemUserID'] = '1';
67-
$Configuration['Garden']['MobileInputFormatter'] = 'Markdown';
67+
$Configuration['Garden']['MobileInputFormatter'] = 'Rich';
6868
$Configuration['Garden']['AllowFileUploads'] = true;
6969
$Configuration['Garden']['EditContentTimeout'] = -1;
7070
$Configuration['Garden']['Profile']['EditPhotos'] = false;

0 commit comments

Comments
 (0)