Skip to content

Commit

Permalink
Merge pull request #134 from IDEMSInternational/chore/pr-2631
Browse files Browse the repository at this point in the history
chore: update to reflect updated PR2631
  • Loading branch information
jfmcquade authored Dec 23, 2024
2 parents 3fb99c3 + 073243e commit b2fe1d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion app_data/sheets/template/feat_app_layout_custom_header.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"app_config": {
"APP_HEADER_DEFAULTS": {
"template": "feat_custom_header",
"should_show_back_button": false
"back_button": {
"hidden": true
}
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion app_data/sheets/template/feat_app_layout_no_header.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"parameter_list": {
"app_config": {
"APP_HEADER_DEFAULTS": {
"show": false
"hidden": true
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions app_data/sheets/template/feat_custom_header.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"_translations": {
"value": {}
},
"parameter_list": {
"style": "alternative"
},
"style_list": [
"color: white"
],
"name": "text_1",
"_nested_name": "display_group_2.text_1"
},
Expand Down

0 comments on commit b2fe1d6

Please sign in to comment.