Skip to content

Commit

Permalink
Update config mock
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisevener committed Oct 7, 2024
1 parent 9168a5e commit 2455acf
Showing 1 changed file with 52 additions and 50 deletions.
102 changes: 52 additions & 50 deletions WMFData/Sources/WMFDataMocks/Resources/feature-get-config.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,55 @@
{
"ios": [
{
"version": 1,
"yirIsEnabled": true,
"yirCountryCodes": [
"FR",
"IT"
],
"yirPrimaryAppLanguageCodes": [
"fr",
"it"
],
"yirDataPopulationStartDateString": "2024-01-01T00:00:00Z",
"yirDataPopulationEndDateString": "2024-11-01T00:00:00Z",
"yirDataPopulationFetchMaxPagesPerSession": 3,
"yirPersonalizedSlides": [
{
"id": "read_count",
"isEnabled": true
},
{
"id": "read_day",
"isEnabled": true
},
{
"id": "read_saved_count",
"isEnabled": true
},
{
"id": "read_top",
"isEnabled": true
},
{
"id": "read_topics",
"isEnabled": true
},
{
"id": "edit_count",
"isEnabled": true
},
{
"id": "edit_view_count",
"isEnabled": true
},
{
"id": "donate_count",
"isEnabled": true
"common": {},
"ios": [
{
"version": 1,
"yirIsEnabled": true,
"yirCountryCodes": [
"FR",
"IT"
],
"yirPrimaryAppLanguageCodes": [
"fr",
"it"
],
"yirDataPopulationStartDateString": "2024-01-01T00:00:00Z",
"yirDataPopulationEndDateString": "2024-11-01T00:00:00Z",
"yirDataPopulationFetchMaxPagesPerSession": 3,
"yirPersonalizedSlides": [
{
"id": "read_count",
"isEnabled": true
},
{
"id": "read_day",
"isEnabled": true
},
{
"id": "read_saved_count",
"isEnabled": true
},
{
"id": "read_top",
"isEnabled": true
},
{
"id": "read_topics",
"isEnabled": true
},
{
"id": "edit_count",
"isEnabled": true
},
{
"id": "edit_view_count",
"isEnabled": true
},
{
"id": "donate_count",
"isEnabled": true
}
]
}
]
}
]
],
"android": {}
}

0 comments on commit 2455acf

Please sign in to comment.