Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Changing EMM related logos

...

  1. Navigate to the all of the following folders:
    • <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/units/logo/public/img directory.
    • <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/units/mdm-logo/public/img directory.
    • <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/units/theme/public/img directory.

  2. Change the logo.png (61px X 24px) file in order to change the logo in the header.

...

Follow the instructions given below to change the text on the EMM logo:

  1. Open the config.json file, which is in the <EMM_HOME>/repository/deployment/server/jaggeryapps/emm/config directory.

  2. Edit the values given to the following attributes under generalConfig:

    • companyName: Provide the name of the company.

    • browserTitle: Provide the text you wish to have on the browser title.

    • copyrightText: Provide the copy right text that is inline with your organization.

Example:

Code Block
"generalConfig" : {
        "companyName" : "WSO2 Enterprise Mobility Manager",
        "browserTitle" : "WSO2 EMM",
        "copyrightText" : "\u00A9 %date-year%, WSO2 Inc. (http://www.wso2.org) All Rights Reserved."
}

...