From 2455acf6054ca7fd72bee2cf0cb4de36a2b2acdb Mon Sep 17 00:00:00 2001 From: Toni Sevener Date: Mon, 7 Oct 2024 15:15:28 -0500 Subject: [PATCH] Update config mock --- .../Resources/feature-get-config.json | 102 +++++++++--------- 1 file changed, 52 insertions(+), 50 deletions(-) diff --git a/WMFData/Sources/WMFDataMocks/Resources/feature-get-config.json b/WMFData/Sources/WMFDataMocks/Resources/feature-get-config.json index ac12bc10e6..679c928ce0 100644 --- a/WMFData/Sources/WMFDataMocks/Resources/feature-get-config.json +++ b/WMFData/Sources/WMFDataMocks/Resources/feature-get-config.json @@ -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": {} }