#301 - add an option for default formatting

This commit is contained in:
Xiaofeng An 2019-02-06 14:26:46 -05:00
parent 6a867f6ae3
commit 460976c6e5
9 changed files with 43 additions and 3 deletions

View file

@ -31,7 +31,8 @@ const defaultState = {
scopeCopy: undefined, // instance default
subjectLineBehavior: undefined, // instance default
alwaysShowSubjectInput: undefined, // instance default
showFeaturesPanel: true
showFeaturesPanel: true,
postContentType: undefined // instance default
}
const config = {

View file

@ -24,6 +24,7 @@ const defaultState = {
disableChat: false,
scopeCopy: true,
subjectLineBehavior: 'email',
postContentType: 'text/plain',
loginMethod: 'password',
nsfwCensorImage: undefined,
vapidPublicKey: undefined,