File tree Expand file tree Collapse file tree 3 files changed +1183
-2
lines changed
vanilla/applications/vanilla Expand file tree Collapse file tree 3 files changed +1183
-2
lines changed Original file line number Diff line number Diff line change 57
57
$ Configuration ['Garden ' ]['Email ' ]['SmtpPort ' ] = getenv ('MAIL_SMTP_PORT ' );
58
58
$ Configuration ['Garden ' ]['Email ' ]['SmtpSecurity ' ] = getenv ('MAIL_SMTP_SECURITY ' );
59
59
$ Configuration ['Garden ' ]['UpdateToken ' ] = '105e786dc643fd20143d3c137b593af168560c13 ' ;
60
- $ Configuration ['Garden ' ]['InputFormatter ' ] = 'Markdown ' ;
60
+ $ Configuration ['Garden ' ]['InputFormatter ' ] = 'Rich ' ;
61
61
$ Configuration ['Garden ' ]['Version ' ] = 'Undefined ' ;
62
62
$ Configuration ['Garden ' ]['CanProcessImages ' ] = true ;
63
63
$ Configuration ['Garden ' ]['Theme ' ] = 'topcoder-theme ' ;
64
64
$ Configuration ['Garden ' ]['MobileTheme ' ] = 'topcoder-theme ' ;
65
65
$ Configuration ['Garden ' ]['Profile ' ]['EditPhotos ' ] = false ;
66
66
$ Configuration ['Garden ' ]['SystemUserID ' ] = '1 ' ;
67
- $ Configuration ['Garden ' ]['MobileInputFormatter ' ] = 'Markdown ' ;
67
+ $ Configuration ['Garden ' ]['MobileInputFormatter ' ] = 'Rich ' ;
68
68
$ Configuration ['Garden ' ]['AllowFileUploads ' ] = true ;
69
69
$ Configuration ['Garden ' ]['EditContentTimeout ' ] = -1 ;
70
70
$ Configuration ['Garden ' ]['Profile ' ]['EditPhotos ' ] = false ;
You can’t perform that action at this time.
0 commit comments