From 97f104d58df8b487eff7ca2d9ccd536ef8befd76 Mon Sep 17 00:00:00 2001 From: Sam Wilson Date: Tue, 21 Mar 2023 15:39:38 +0800 Subject: [PATCH] Realtime Preview: enable by default The Realtime Preview feature is already enabled by default on Wikimedia wikis, and has been for two months. Bug: T323329 Bug: T327515 Change-Id: I72ac9a4c83d0e7cccacab576c13c08f33616b696 --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index db35a711..1d4db0f2 100644 --- a/extension.json +++ b/extension.json @@ -441,7 +441,7 @@ "config": { "WikiEditorRealtimePreview": { "description": "Whether to enable the Realtime Preview feature.", - "value": false + "value": true }, "WikiEditorRealtimePreviewDebounce": { "description": "Debounce time in milliseconds for the Realtime Preview feature.",