From e84094e553e9db5e7c434d4e077c007b8d0a3bea Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 20 Nov 2019 21:19:23 +0000 Subject: [PATCH] Bug 1567273 - Pref to enable lang config for Discovery Stream layouts r=gvn Differential Revision: https://phabricator.services.mozilla.com/D53236 --HG-- extra : moz-landing-system : lando --- browser/app/profile/firefox.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 81501ad1747f..9ab9638988ff 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1307,6 +1307,8 @@ pref("browser.newtabpage.activity-stream.asrouter.useRemoteL10n", true); pref("browser.newtabpage.activity-stream.discoverystream.enabled", true); pref("browser.newtabpage.activity-stream.discoverystream.hardcoded-basic-layout", false); pref("browser.newtabpage.activity-stream.discoverystream.spocs-endpoint", ""); +// List of langs that get the 7 row layout. +pref("browser.newtabpage.activity-stream.discoverystream.lang-layout-config", "en"); // The pref controls if search hand-off is enabled for Activity Stream. #ifdef NIGHTLY_BUILD