Andrei Oprea 8d5dc9939f Bug 1548697 - Upgrade prod dependencies (#5073) пре 5 година
..
components ec29d528e2 Bug 1552195 - Support the escape button for closing all modals (#5060) пре 5 година
docs be9b3bacc1 Bug 1547062 - Experiment branch generation for Trailhead (#4980) пре 5 година
schemas ff8d09c837 Bug 1546898 - Bookmark Panel QA test provider (#4935) пре 5 година
templates ec29d528e2 Bug 1552195 - Support the escape button for closing all modals (#5060) пре 5 година
README.md 55cc6a6429 Bug 1502384 - Link to debugging guide for ASR Devtools пре 5 година
asrouter-content.jsx 8d5dc9939f Bug 1548697 - Upgrade prod dependencies (#5073) пре 5 година
rich-text-strings.js 8d5dc9939f Bug 1548697 - Upgrade prod dependencies (#5073) пре 5 година
template-utils.js 2076b6d278 Port Bug 1486739 - Enable ESLint rule comma-dangle for browser/, services/, taskcluster/ and toolkit/ directories. r=mossop пре 5 година

README.md

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