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
This commit is contained in:
Scott 2019-11-20 21:19:23 +00:00
Родитель 97a444cc97
Коммит e84094e553
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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