mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(client): add 3 disclosure cde for rdb (#62178)
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
@@ -5,6 +5,15 @@
|
||||
"aa-test-in-component": {
|
||||
"defaultValue": false
|
||||
},
|
||||
"rdb-codespaces-instructions": {
|
||||
"defaultValue": true
|
||||
},
|
||||
"rdb-local-instructions": {
|
||||
"defaultValue": true
|
||||
},
|
||||
"rdb-ona-instructions": {
|
||||
"defaultValue": true
|
||||
},
|
||||
"landing-top-skill-focused": {
|
||||
"defaultValue": false,
|
||||
"rules": [
|
||||
@@ -13,8 +22,14 @@
|
||||
"hashAttribute": "id",
|
||||
"seed": "landing-top-skill-focused",
|
||||
"hashVersion": 2,
|
||||
"variations": [false, true],
|
||||
"weights": [0.5, 0.5],
|
||||
"variations": [
|
||||
false,
|
||||
true
|
||||
],
|
||||
"weights": [
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"key": "landing-top-skill-focused",
|
||||
"meta": [
|
||||
{
|
||||
@@ -31,7 +46,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"replace-20-with-25": {
|
||||
"replace-20-with-25": {
|
||||
"defaultValue": false,
|
||||
"rules": [
|
||||
{
|
||||
@@ -39,8 +54,14 @@
|
||||
"hashAttribute": "id",
|
||||
"seed": "replace-20-with-25",
|
||||
"hashVersion": 2,
|
||||
"variations": [false, true],
|
||||
"weights": [0.5, 0.5],
|
||||
"variations": [
|
||||
false,
|
||||
true
|
||||
],
|
||||
"weights": [
|
||||
0.5,
|
||||
0.5
|
||||
],
|
||||
"key": "replace-20-with-25",
|
||||
"meta": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user