зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1634487 - Adding pocket signup component to list of filtered components. r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D73315
This commit is contained in:
Родитель
0b304fcbc0
Коммит
4b4e5fcf9d
|
@ -55,6 +55,7 @@ export const selectLayoutRender = ({
|
|||
"Message",
|
||||
"TextPromo",
|
||||
"SectionTitle",
|
||||
"Signup",
|
||||
"Navigation",
|
||||
"CardGrid",
|
||||
"CollectionCardGrid",
|
||||
|
|
|
@ -10700,7 +10700,7 @@ const selectLayoutRender = ({
|
|||
}
|
||||
|
||||
const positions = {};
|
||||
const DS_COMPONENTS = ["Message", "TextPromo", "SectionTitle", "Navigation", "CardGrid", "CollectionCardGrid", "Hero", "HorizontalRule", "List"];
|
||||
const DS_COMPONENTS = ["Message", "TextPromo", "SectionTitle", "Signup", "Navigation", "CardGrid", "CollectionCardGrid", "Hero", "HorizontalRule", "List"];
|
||||
const filterArray = [];
|
||||
|
||||
if (!prefs["feeds.topsites"]) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче