Skip to content

Commit

Permalink
Merge pull request #109 from IDEMSInternational/content/1.2.54
Browse files Browse the repository at this point in the history
content: 1.2.54
  • Loading branch information
esmeetewinkel authored Nov 4, 2024
2 parents 6f6f1cc + cf82c84 commit 2494753
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 16 deletions.
13 changes: 7 additions & 6 deletions app_data/sheets/template/component_demo/comp_youtube.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,34 @@
"rows": [
{
"type": "youtube",
"name": "youtube_1",
"value": "https://www.youtube.com/watch?v=0oOAGrStVGI",
"_translations": {
"value": {}
},
"name": "youtube_2",
"_nested_name": "youtube_2"
"_nested_name": "youtube_1"
},
{
"type": "youtube",
"name": "youtube_2",
"value": "https://www.youtube.com/watch?v=0oOAGrStVGI",
"_translations": {
"value": {}
},
"parameter_list": {
"allow_fullscreen": "false"
},
"name": "youtube_3",
"_nested_name": "youtube_3"
"_nested_name": "youtube_2"
},
{
"type": "youtube",
"name": "youtube_3",
"value": "0oOAGrStVGI",
"_translations": {
"value": {}
},
"name": "youtube_4",
"_nested_name": "youtube_4"
"condition": false,
"_nested_name": "youtube_3"
}
],
"_xlsxPath": "component_sheets/component_youtube.xlsx"
Expand Down
35 changes: 28 additions & 7 deletions app_data/sheets/template/feature_display_group.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"rows": [
{
"type": "title",
"value": "Variant: gray",
"value": "Variant: box_gray",
"_translations": {
"value": {}
},
Expand All @@ -34,7 +34,7 @@
"rows": [
{
"type": "title",
"value": "Variant: primary",
"value": "Variant: box_primary",
"_translations": {
"value": {}
},
Expand All @@ -55,7 +55,7 @@
"rows": [
{
"type": "title",
"value": "Variant: secondary",
"value": "Variant: box_secondary",
"_translations": {
"value": {}
},
Expand All @@ -66,6 +66,27 @@
],
"_nested_name": "dg_variant_secondary"
},
{
"type": "display_group",
"name": "dg_variant_white",
"exclude_from_translation": true,
"parameter_list": {
"variant": "box_white"
},
"rows": [
{
"type": "title",
"value": "Variant: box_white",
"_translations": {
"value": {}
},
"exclude_from_translation": true,
"name": "title_1",
"_nested_name": "dg_variant_white.title_1"
}
],
"_nested_name": "dg_variant_white"
},
{
"type": "display_group",
"name": "example_dp_gr",
Expand Down Expand Up @@ -603,8 +624,8 @@
"value": {}
},
"exclude_from_translation": true,
"name": "title_36",
"_nested_name": "title_36"
"name": "title_38",
"_nested_name": "title_38"
},
{
"type": "display_group",
Expand Down Expand Up @@ -726,8 +747,8 @@
"value": {}
},
"exclude_from_translation": true,
"name": "title_39",
"_nested_name": "title_39"
"name": "title_41",
"_nested_name": "title_41"
},
{
"type": "display_group",
Expand Down
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ config.web.favicon_asset = "images/icons/favicon.svg";

config.git = {
content_repo: "https://github.com/IDEMSInternational/app-debug-content.git",
content_tag_latest: "1.2.53",
content_tag_latest: "1.2.54",
};

config.app_config.ASSET_PACKS = {
Expand Down
2 changes: 1 addition & 1 deletion reports/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
{
"type": "display_group",
"count": 113
"count": 114
},
{
"type": "drawer",
Expand Down
2 changes: 1 addition & 1 deletion reports/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
| declare_global_constant | 1 |
| demo_basic | 3 |
| display_grid | 3 |
| display_group | 113 |
| display_group | 114 |
| drawer | 1 |
| form | 9 |
| html | 4 |
Expand Down

0 comments on commit 2494753

Please sign in to comment.