gecko-dev/browser/components/newtab/content-src/asrouter
2019-02-06 15:58:38 +00:00
..
components Bug 1522752 - Add Snippets header, article sources and bug fixes to Activity Stream r=k88hudson 2019-01-25 15:37:38 +00:00
docs Bug 1510040 - Add devtool documentation, devdep updates and bug fixes to Activity Stream r=k88hudson 2018-11-27 04:19:47 +00:00
schemas
templates Bug 1525452 - Add Message component, visibility capping and bug fixes to Activity Stream r=k88hudson 2019-02-06 15:58:38 +00:00
asrouter-content.jsx Bug 1522379 - Add Discovery styling, AMO onboarding and bug fixes to Activity Stream r=k88hudson 2019-01-24 15:34:40 +00:00
README.md Bug 1510040 - Add devtool documentation, devdep updates and bug fixes to Activity Stream r=k88hudson 2018-11-27 04:19:47 +00:00
rich-text-strings.js Bug 1510766 - Add AMO firstrun, FxA defaults and bug fixes to Activity Stream r=k88hudson 2018-11-29 05:26:55 +00:00
template-utils.js

Activity Stream Router

Preferences browser.newtab.activity-stream.asrouter.*

Name Used for Type Example value
whitelistHosts Whitelist a host in order to fetch messages from its endpoint [String] ["gist.github.com", "gist.githubusercontent.com", "localhost:8000"]
providers.snippets Message provider options for snippets Object see below
providers.cfr Message provider options for cfr Object see below
providers.onboarding Message provider options for onboarding Object see below

Message providers examples

{
  "id" : "snippets",
  "type" : "remote",
  "enabled": true,
  "url" : "https://snippets.cdn.mozilla.net/us-west/bundles/bundle_d6d90fb9098ce8b45e60acf601bcb91b68322309.json",
  "updateCycleInMs" : 14400000
}
{
  "id" : "onboarding",
  "enabled": true,
  "type" : "local",
  "localProvider" : "OnboardingMessageProvider"
}

Snippet message format documentation