Skip to content

Commit

Permalink
Merge pull request #74 from IDEMSInternational/app_update_config_plh_…
Browse files Browse the repository at this point in the history
…kids_kw_2

Update PLH Kids KW config to split into separate files
  • Loading branch information
esmeetewinkel authored Oct 30, 2024
2 parents cf632a4 + 731b7f1 commit 4c16550
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions app/config_files/plh_kids_kw_settings.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 4c16550

Please sign in to comment.