Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

About the feature

White labelling of Bahmni will provide the various implementations, the ability to brand Bahmni as applicable to them. The implementors will now be able to configure the Logo and Text, specific to their implementations, on the landing page and the Bahmni login pages.

Configuring the logo and Text:

The whiteLabel.json file is present in the path default-config/openmrs/apps/home

The config is as below:

whiteLabel.json
{
  "homePage": {
    "header_text": "<b>WELCOME TO<br/>BAHMNI EMR & HOSPITAL SERVICE",
    "logo": "/bahmni/images/bahmniLogoFull.png",
    "title_text": " ",
	"bottomBanner": "<URL of custom banner image. Like: /bahmni/images/customBottomBanner.png>"
  },
  "loginPage": {
    "logo": "/bahmni/images/bahmniLogoFull.png",
    "showHeaderText": true,
    "showTitleText": false,
	"bottomBanner": "<URL of custom banner image. Like: /bahmni/images/customBottomBanner.png>"
  },
  "helpLink": {
    "url": "https://bahmni.atlassian.net/wiki/display/BAH/Bahmni+Home"
  }
}

Config for "homePage"

KeyPurposeMandatoryBehaviour
header_text
Header text on the landing/home PageNo

Default Text : WELCOME TO BAHMNI EMR & HOSPITAL SERVICE

If header text key is removed, Default text will show.

logoLogo on the landing /home page.No

Default: Path of bahmni logo

If logo path is wrong, it will show a broken image on the landing page.

If key is removed, then default bahmni logo will be displayed

title_textTitle text beside the logo on the landing/home page.No

Default: Blank text

If Key is removed, "title text" placeholder will be displayed

bottomBanner
Display custom banner image depends on implementationNo

Default: Nothing will display.

Config for "loginPage"

KeyDescriptionMandatoryBehaviour
showHeaderText

Header text on the login Page.

Specify the key value in the respective locale file.

No

Default : True

If the key is not present or removed from the config file, it'll show no text on the page.


showTitleText

Title text beside the logo on the login page.

Specify the key value in the respective locale file.

No

Default: False

If the key is not present or removed from the config file, it'll show no text on the page.

logo

Logo on the login page.

No

Default : Bahmni logo

If the key is not present or removed from the config file, it'll show no image on the page.

bottomBanner
Display custom banner image depends on implementationNoDefault: Nothing will display

bottomBanner feature will be available from v0.90

On this page

  • No labels