From 55d97adf28729ec508be3bc05576218193e61057 Mon Sep 17 00:00:00 2001 From: Estelle Comment Date: Thu, 5 Oct 2023 11:39:12 +0200 Subject: [PATCH] Use WorkMessaging UI profile --- config.dev.json | 3 ++- config.preprod.json | 3 ++- config.prod.json | 3 ++- config.prod.lab.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config.dev.json b/config.dev.json index d51d4c080..2c7b5f5a5 100644 --- a/config.dev.json +++ b/config.dev.json @@ -68,7 +68,8 @@ "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, "layout": "bubble", - "custom_themes": [] + "custom_themes": [], + "FTUE.useCaseSelection": "WorkMessaging" }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg", diff --git a/config.preprod.json b/config.preprod.json index 39d7a6068..77076c41e 100644 --- a/config.preprod.json +++ b/config.preprod.json @@ -62,7 +62,8 @@ "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, "layout": "bubble", - "custom_themes": [] + "custom_themes": [], + "FTUE.useCaseSelection": "WorkMessaging" }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg", diff --git a/config.prod.json b/config.prod.json index bd278ef79..b26ab9e47 100644 --- a/config.prod.json +++ b/config.prod.json @@ -170,7 +170,8 @@ "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, "layout": "bubble", - "custom_themes": [] + "custom_themes": [], + "FTUE.useCaseSelection": "WorkMessaging" }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg", diff --git a/config.prod.lab.json b/config.prod.lab.json index 493665133..92950c77d 100644 --- a/config.prod.lab.json +++ b/config.prod.lab.json @@ -170,7 +170,8 @@ "RoomList.orderAlphabetically": false, "Spaces.allRoomsInHome": true, "layout": "bubble", - "custom_themes": [] + "custom_themes": [], + "FTUE.useCaseSelection": "WorkMessaging" }, "branding": { "auth_header_logo_url": "themes/tchap/img/logos/tchap-logo.svg",