mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1868845 - rename channel to channels in search-config-v2 and schema. r=Standard8 DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D195804
This commit is contained in:
parent
56a0d0c300
commit
a0222172cc
@ -122,7 +122,7 @@
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"environment": { "channel": ["esr"] },
|
||||
"environment": { "channels": ["esr"] },
|
||||
"partnerCode": "MOZR",
|
||||
"telemetrySuffix": "esr"
|
||||
}
|
||||
@ -170,7 +170,7 @@
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"environment": { "channel": ["esr"] },
|
||||
"environment": { "channels": ["esr"] },
|
||||
"partnerCode": "firefox-b-e",
|
||||
"telemetrySuffix": "b-e"
|
||||
},
|
||||
@ -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": {
|
||||
@ -267,7 +267,7 @@
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"environment": { "channel": ["esr"] },
|
||||
"environment": { "channels": ["esr"] },
|
||||
"partnerCode": "ftsa",
|
||||
"telemetrySuffix": "esr"
|
||||
},
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user