Merge branch 'subject-line-entry-auto' into 'develop'
Added option to auto-hide subject field when it's empty. Closes #174 See merge request pleroma/pleroma-fe!388
This commit is contained in:
commit
9e78eddf2a
9 changed files with 29 additions and 2 deletions
|
@ -27,7 +27,8 @@ const defaultState = {
|
|||
highlight: {},
|
||||
interfaceLanguage: browserLocale,
|
||||
scopeCopy: undefined, // instance default
|
||||
subjectLineBehavior: undefined // instance default
|
||||
subjectLineBehavior: undefined, // instance default
|
||||
alwaysShowSubjectInput: undefined // instance default
|
||||
}
|
||||
|
||||
const config = {
|
||||
|
|
|
@ -17,6 +17,7 @@ const defaultState = {
|
|||
showInstanceSpecificPanel: false,
|
||||
scopeOptionsEnabled: true,
|
||||
formattingOptionsEnabled: false,
|
||||
alwaysShowSubjectInput: true,
|
||||
collapseMessageWithSubject: false,
|
||||
hidePostStats: false,
|
||||
hideUserStats: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue