From 731b7f1e640c9b036aa72965e849fee7400cb923 Mon Sep 17 00:00:00 2001 From: EsmeeIDEMS Date: Wed, 30 Oct 2024 15:35:10 +0000 Subject: [PATCH] Update PLH Kids KW config to split into separate files --- app/config_files/plh_kids_kw_settings.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/app/config_files/plh_kids_kw_settings.json b/app/config_files/plh_kids_kw_settings.json index f5bb3d7..595739e 100644 --- a/app/config_files/plh_kids_kw_settings.json +++ b/app/config_files/plh_kids_kw_settings.json @@ -1,8 +1,25 @@ { "CoreFiles": "../parenting-app-ui/.idems_app/deployments/plh_kids_kw/app_data/sheets", "ComposeResult": "app/1_compose_result", - "CoreGroups": [["data_list", ["campaign_rows", "campaign_schedule", "legal_terms","generated"]],["global", ["legal_terms"]],["template", ["legal_terms"]],["tour", [""]]], - "SplitGroups": [["main","plh_kids_kw"], ["legal_terms","plh_kids_kw"]], + "CoreGroups": [["data_list", [ + "activities", + "characters", + "check_in", + "hp_review", + "legal_terms", + "modules", + "relax" + ]],["global", ["legal_terms"]],["template", ["legal_terms"]],["tour", [""]]], + "SplitGroups": [ + ["main","plh_kids_kw"], + ["activities","plh_kids_kw"], + ["characters","plh_kids_kw"], + ["check_in","plh_kids_kw"], + ["hp_review","plh_kids_kw"], + ["legal_terms","plh_kids_kw"], + ["modules","plh_kids_kw"], + ["relax","plh_kids_kw"] + ], "ExtractResult": "app/2_extract_result", "ReadyForTranslation": "app/3_ready_for_translators", "PostTranslation": ["../PLH-Digital-Content/translations/plh_kids_kw"],