From 91e8208c51196d32b7dc6804667fddb2d7fd70db Mon Sep 17 00:00:00 2001 From: EsmeeIDEMS Date: Wed, 30 Oct 2024 13:33:17 +0000 Subject: [PATCH] Add plh kids kw app config --- app/config_files/plh_kids_kw_settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/config_files/plh_kids_kw_settings.json diff --git a/app/config_files/plh_kids_kw_settings.json b/app/config_files/plh_kids_kw_settings.json new file mode 100644 index 0000000..f5bb3d7 --- /dev/null +++ b/app/config_files/plh_kids_kw_settings.json @@ -0,0 +1,11 @@ +{ + "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"]], + "ExtractResult": "app/2_extract_result", + "ReadyForTranslation": "app/3_ready_for_translators", + "PostTranslation": ["../PLH-Digital-Content/translations/plh_kids_kw"], + "PostTranslationJSONs": "app/4_result_from_translators", + "FinalDictionaries": "app/5_completed_dictionaries" +}