Created
May 20, 2021 16:17
-
-
Save brandones/e558f741541e4f74e27acb9261f7690f to your computer and use it in GitHub Desktop.
Config needed for openmrs-spa as temporary solution for ordering links
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@openmrs/esm-patient-chart-app": { | |
"extensions": { | |
"patient-chart-dashboard-slot": { | |
"order": ["allergies-summary-dashboard", | |
"appointments-summary-dashboard", | |
"attachments-results-summary-dashboard", | |
"results-summary-dashboard", | |
"charts-summary-dashboard", | |
"clinical-view-summary-dashboard", | |
"conditions-summary-dashboard", | |
"forms-summary-dashboard", | |
"immunization-summary-dashboard", | |
"medications-summary-dashboard", | |
"notes-summary-dashboard", | |
"programs-summary-dashboard", | |
"test-results-summary-dashboard"] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment