Skip to content

Commit

Permalink
Bug 1868845 - rename channel to channels in search-config-v2 and sche…
Browse files Browse the repository at this point in the history
…ma. r=Standard8 DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D195804
  • Loading branch information
mandysGit committed Dec 8, 2023
1 parent 56a0d0c commit a022217
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions services/settings/dumps/main/search-config-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
},
"variants": [
{
"environment": { "channel": ["esr"] },
"environment": { "channels": ["esr"] },
"partnerCode": "MOZR",
"telemetrySuffix": "esr"
}
Expand Down Expand Up @@ -170,7 +170,7 @@
},
"variants": [
{
"environment": { "channel": ["esr"] },
"environment": { "channels": ["esr"] },
"partnerCode": "firefox-b-e",
"telemetrySuffix": "b-e"
},
Expand All @@ -193,7 +193,7 @@
"telemetrySuffix": "b-1-d"
},
{
"environment": { "regions": ["us"], "channel": ["esr"] },
"environment": { "regions": ["us"], "channels": ["esr"] },
"partnerCode": "firefox-b-1-e",
"urls": {
"search": {
Expand Down Expand Up @@ -267,7 +267,7 @@
},
"variants": [
{
"environment": { "channel": ["esr"] },
"environment": { "channels": ["esr"] },
"partnerCode": "ftsa",
"telemetrySuffix": "esr"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
},
"uniqueItems": true
},
"channel": {
"title": "Release Channel",
"channels": {
"title": "Release Channels",
"description": "An array of release channels that this section applies to (not set = everywhere).",
"type": "array",
"items": {
Expand Down

0 comments on commit a022217

Please sign in to comment.