From 55b383f78a8e559b15b1497d278cc6df5cc67362 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 8 Feb 2022 14:03:04 +0000 Subject: [PATCH] Enable new search experience by default on Develop & Nightly (#20895) --- element.io/develop/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 20bae686c4..e945556c9d 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -58,6 +58,8 @@ "projectApiKey": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO", "apiHost": "https://posthog.hss.element.io" }, - "features": {}, + "features": { + "feature_spotlight": true + }, "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx" }