Bug 1951426 - Request messages from OMC in newtab r=home-newtab-reviewers,omc-reviewers,mconley,aminomancer

Differential Revision: https://phabricator.services.mozilla.com/D240175
This commit is contained in:
Nathan Barrett
2025-03-20 14:12:21 +00:00
parent 4cbea42f67
commit 9e01a2ba3e
20 changed files with 334 additions and 0 deletions

View File

@@ -1350,6 +1350,17 @@ const MESSAGES = () => [
},
testingTriggerContext: "app_menu",
},
{
id: "TEST_NEWTAB_MESSAGE",
template: "newtab_message",
content: {
messageType: "CustomWallpaperHighlight",
},
trigger: {
id: "newtabMessageCheck",
},
groups: [],
},
];
export const PanelTestProvider = {