#301 - add an option for default formatting
This commit is contained in:
parent
6a867f6ae3
commit
460976c6e5
9 changed files with 43 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue