mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
UX: Unhide the rich_editor site setting (#32455)
This will show the experimental rich_editor setting and admins can turn it on for their site. It is still marked experimental because there are some features missing, but it works well for 95% of cases. --------- Co-authored-by: Renato Atilio <renato@discourse.org>
This commit is contained in:
co-authored by
Renato Atilio
parent
d166746aa2
commit
e3c3cfe083
@@ -2769,6 +2769,7 @@ en:
|
||||
adobe_analytics_tags_url: "Adobe Analytics tags URL (`https://assets.adobedtm.com/...`)"
|
||||
view_raw_email_allowed_groups: "Groups which can view the raw email content of a post if it was created by an incoming email. This includes email headers and other technical information."
|
||||
experimental_content_localization: "Displays localized content for users based on their language preferences. Such content may include categories, tags, posts, and topics. This feature is under heavy development."
|
||||
rich_editor: "Enable the rich editor so all users can switch between the current Markdown mode and the new rich text editor for more intuitive and user-friendly composition. The rich text editor is under active development, so not all features are supported yet — <a href='https://meta.discourse.org/t/test-our-new-composer/352347' target='_blank'>see Meta for more details</a>."
|
||||
errors:
|
||||
invalid_css_color: "Invalid color. Enter a color name or hex value."
|
||||
invalid_email: "Invalid email address."
|
||||
|
||||
@@ -3972,7 +3972,6 @@ experimental:
|
||||
rich_editor:
|
||||
client: true
|
||||
default: false
|
||||
hidden: true
|
||||
experimental_content_localization:
|
||||
client: true
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user