Skip to content

Commit

Permalink
Merge pull request #7 from PiusKariuki/chore/BAH-18
Browse files Browse the repository at this point in the history
Updates to the registration page to order the items
  • Loading branch information
nyatindopatrick authored Nov 15, 2024
2 parents 637f932 + 4987202 commit da29725
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openmrs/apps/registration/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"familyIncome",
"debt",
"cluster",
"email"
"occupation",
"civilstatus",
"highestEducationlevel"
]
},
"hidden": {
Expand All @@ -49,6 +51,12 @@
"landHolding": 2
}
},
"contactInformation": {
"title": "Contact Information",
"attributes": [
"email"
]
},
"addressHierarchy": {
"showAddressFieldsTopDown": false,
"strictAutocompleteFromLevel": "stateProvince"
Expand Down

0 comments on commit da29725

Please sign in to comment.