Skip to content

Commit 57e57d5

Browse files
Merge pull request #117 from ParentingForLifelongHealth/content/1.2.1
content: 1.2.1
2 parents 69a70af + 13d9b0d commit 57e57d5

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

app_data/sheets/template/activity_library.json

+3-13
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"exclude_from_translation": true,
3636
"style_list": [
37-
"margin-top: 72px"
37+
"margin-top: 72px",
38+
"margin-bottom: -36px"
3839
],
3940
"_nested_name": "dg_top.dg_column.title",
4041
"_dynamicFields": {
@@ -341,7 +342,7 @@
341342
"_translations": {
342343
"value": {}
343344
},
344-
"condition": "[email protected]_all_content",
345+
"condition": false,
345346
"exclude_from_translation": true,
346347
"_nested_name": "dg_top.dg_column.dg_top_below_background.intro_text",
347348
"_dynamicFields": {
@@ -352,22 +353,11 @@
352353
"type": "global",
353354
"fieldName": "complete_your_modules_and_home_activities_to_unlock_new_moments_of_play"
354355
}
355-
],
356-
"condition": [
357-
{
358-
"fullExpression": "[email protected]_all_content",
359-
"matchedExpression": "[email protected]_all_content",
360-
"type": "local",
361-
"fieldName": "finished_all_content"
362-
}
363356
]
364357
},
365358
"_dynamicDependencies": {
366359
"@global.complete_your_modules_and_home_activities_to_unlock_new_moments_of_play": [
367360
"value"
368-
],
369-
"[email protected]_all_content": [
370-
"condition"
371361
]
372362
}
373363
},

config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config = extendDeploymentConfig({ name: "plh_kids_kw", parent: "plh_kids"
44

55
config.git = {
66
content_repo: "https://github.com/IDEMSInternational/plh-kids-app-kw-content.git",
7-
content_tag_latest: "1.2.0",
7+
content_tag_latest: "1.2.1",
88
};
99

1010
config.android = {

0 commit comments

Comments
 (0)