Changing EMM related logos
...
- 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.
- 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:
Open the
config.json
file, which is in the<EMM_HOME>/repository/deployment/server/jaggeryapps/emm/config
directory.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." } |
...