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:
mcheang 2023-12-08 03:03:37 +00:00
parent 56a0d0c300
commit a0222172cc
2 changed files with 6 additions and 6 deletions

View File

@ -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"
},

View File

@ -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": {