local_settings.js: Allow to pick a content-type by default
This commit is contained in:
parent
ed8d251cb7
commit
c7155a8c13
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const initialState = ImmutableMap({
|
|||
preselect_on_reply: true,
|
||||
inline_preview_cards: true,
|
||||
hicolor_privacy_icons: false,
|
||||
show_content_type_choice: false,
|
||||
show_content_type_choice: true,
|
||||
filtering_behavior: 'hide',
|
||||
tag_misleading_links: true,
|
||||
rewrite_mentions: 'no',
|
||||
|
|
Loading…
Reference in a new issue