mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Add user preference to disable smart lists (#29434)
Followup 30fdd7738e
Adds a new site setting and corresponding user preference
to disable smart lists. By default they are enabled, because
this is a better experience for most users. A small number of
users would prefer to not have this enabled.
Smart lists automatically append new items to each
list started in the composer when enter is pressed. If
enter is pressed on an empty list item, it is cleared.
This setting will be removed when the new composer is complete.
This commit is contained in:
@@ -1358,6 +1358,7 @@ en:
|
||||
allow_private_messages: "Allow other users to send me personal messages"
|
||||
external_links_in_new_tab: "Open all external links in a new tab"
|
||||
enable_quoting: "Enable quote reply for highlighted text"
|
||||
enable_smart_lists: "Enable smart lists when writing in the composer"
|
||||
enable_defer: "Enable mark topics as unread"
|
||||
experimental_sidebar:
|
||||
enable: "Enable sidebar"
|
||||
@@ -1427,7 +1428,7 @@ en:
|
||||
ignored_users: "Ignored"
|
||||
ignored_users_instructions: "Suppress all posts, notifications, and PMs from these users."
|
||||
tracked_topics_link: "Show"
|
||||
automatically_unpin_topics: "Automatically unpin topics when I reach the bottom."
|
||||
automatically_unpin_topics: "Automatically unpin topics when I reach the bottom"
|
||||
apps: "Apps"
|
||||
revoke_access: "Revoke Access"
|
||||
undo_revoke_access: "Undo Revoke Access"
|
||||
|
||||
@@ -2602,6 +2602,7 @@ en:
|
||||
default_other_notification_level_when_replying: "Global default notification level when the user replies to a topic."
|
||||
default_other_external_links_in_new_tab: "Open external links in a new tab by default."
|
||||
default_other_enable_quoting: "Enable quote reply for highlighted text by default."
|
||||
default_other_enable_smart_lists: "Enable smart lists when typing in the composer by default."
|
||||
default_other_enable_defer: "Enable defer topic functionality by default."
|
||||
default_other_dynamic_favicon: "Show new/updated topic count on browser icon by default."
|
||||
default_other_skip_new_user_tips: "Skip new user onboarding tips and badges."
|
||||
|
||||
@@ -3059,6 +3059,7 @@ user_preferences:
|
||||
default_other_external_links_in_new_tab: false
|
||||
default_other_enable_quoting: true
|
||||
default_other_enable_defer: false
|
||||
default_other_enable_smart_lists: true
|
||||
default_other_dynamic_favicon: false
|
||||
default_other_skip_new_user_tips: false
|
||||
default_other_like_notification_frequency:
|
||||
|
||||
Reference in New Issue
Block a user