Skip to content

Commit

Permalink
additional sync
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetewinkel committed Dec 30, 2024
1 parent 0ac8ca7 commit e9ab112
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 41 deletions.
3 changes: 2 additions & 1 deletion app_data/sheets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,8 @@
"parameter_list": {
"app_config": {
"APP_FOOTER_DEFAULTS": {
"templateName": "comp_plh_bottom_nav"
"templateName": "comp_plh_bottom_nav",
"background": "none"
}
}
},
Expand Down
39 changes: 8 additions & 31 deletions app_data/sheets/template/component_demo/comp_button.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,37 +105,14 @@
"name": "button_9",
"_nested_name": "button_9"
},
{
"type": "button",
"value": "Icon and Arrow",
"parameter_list": {
"variant": "card",
"icon": "images/icons/globe_blue.svg",
"style": "no-background",
"text_align": "left"
},
"rows": [
{
"type": "round_button",
"name": "full_button",
"parameter_list": {
"style": "no-background",
"icon_src": "images/icons/leaf_blue.svg"
},
"_nested_name": "button_11.full_button"
}
],
"name": "button_11",
"_nested_name": "button_11"
},
{
"type": "title",
"value": "Button card-portrait",
"_translations": {
"value": {}
},
"name": "title_13",
"_nested_name": "title_13"
"name": "title_10",
"_nested_name": "title_10"
},
{
"type": "button",
Expand All @@ -148,11 +125,11 @@
{
"type": "toggle_bar",
"name": "toggle_bar_2",
"_nested_name": "button_14.toggle_bar_2"
"_nested_name": "button_11.toggle_bar_2"
}
],
"name": "button_14",
"_nested_name": "button_14"
"name": "button_11",
"_nested_name": "button_11"
},
{
"type": "button",
Expand Down Expand Up @@ -197,7 +174,7 @@
"icon_true_asset": "images/icons/heart_blue.svg",
"icon_false_asset": "images/icons/heart_outline.svg"
},
"_nested_name": "button_16.toggle_bar_3",
"_nested_name": "button_13.toggle_bar_3",
"_dynamicFields": {
"value": [
{
Expand Down Expand Up @@ -239,8 +216,8 @@
}
}
],
"name": "button_16",
"_nested_name": "button_16"
"name": "button_13",
"_nested_name": "button_13"
},
{
"type": "title",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"parameter_list": {
"app_config": {
"APP_FOOTER_DEFAULTS": {
"templateName": "comp_plh_bottom_nav"
"templateName": "comp_plh_bottom_nav",
"background": "none"
}
}
},
Expand Down
16 changes: 8 additions & 8 deletions app_data/sheets/template/component_demo/comp_title.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"parameter_list": {
"variant": "header"
},
"name": "title_6",
"_nested_name": "title_6"
"name": "title_7",
"_nested_name": "title_7"
},
{
"type": "title",
Expand All @@ -77,10 +77,10 @@
"value": {}
},
"parameter_list": {
"variant": "page-banner"
"variant": "page_banner"
},
"name": "title_7",
"_nested_name": "title_7"
"name": "title_8",
"_nested_name": "title_8"
},
{
"type": "title",
Expand All @@ -89,10 +89,10 @@
"value": {}
},
"parameter_list": {
"variant": "section-banner"
"variant": "section_banner"
},
"name": "title_8",
"_nested_name": "title_8"
"name": "title_9",
"_nested_name": "title_9"
}
],
"_xlsxPath": "component_sheets/component_title.xlsx"
Expand Down

0 comments on commit e9ab112

Please sign in to comment.