FEATURE: enables fast edit by default (#14417)

This commit is contained in:
Joffrey JAFFEUX 2021-09-22 10:15:17 +02:00 committed by GitHub
parent c599469e9d
commit dd091fbf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2206,7 +2206,7 @@ en:
watched_words_regular_expressions: "Watched words are regular expressions."
enable_diffhtml_preview: "Experimental feature which uses diffHTML to sync preview instead of full re-render"
enable_fast_edit: "Experimental feature which enables small selection of a post text to be edited inline."
enable_fast_edit: "Enables small selection of a post text to be edited inline."
old_post_notice_days: "Days before post notice becomes old"
new_user_notice_tl: "Minimum trust level required to see new user post notices."

View File

@ -1011,7 +1011,7 @@ posting:
default: false
client: true
enable_fast_edit:
default: false
default: true
client: true
old_post_notice_days:
default: 14