diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 14:26:46 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 14:26:46 -0500 |
| commit | 460976c6e5b23f47d5520a99b3113825fc5dbda4 (patch) | |
| tree | 262c4d5b7e6af17dfe7fa571652149f10082d292 /src/boot | |
| parent | 6a867f6ae38b4bc3981fb6ca402c196a0967c49e (diff) | |
#301 - add an option for default formatting
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/after_store.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js index 5693dcc6..3b08a3f6 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -84,6 +84,7 @@ const afterStoreSetup = ({ store, i18n }) => { copyInstanceOption('loginMethod') copyInstanceOption('scopeCopy') copyInstanceOption('subjectLineBehavior') + copyInstanceOption('postContentType') copyInstanceOption('alwaysShowSubjectInput') copyInstanceOption('noAttachmentLinks') |
