Adding your organization's text and icon to Transformation Advisor landing page
You can customize the Transformation Advisor landing page by changing the title and/or replacing the Transformation Advisor icon with your own.
Adding additional text to the title
Use custom.titleText to add your text in front of
the
IBM Transformation Advisor
title on the UI landing page.
Replacing the Transformation Advisor icon
Use the custom.landingIcon variable to replace
Transformation Advisor icon
on the landing screen. It consists of four pages. Use the following
variables to configure each page individually:
custom.landingIcon, custom.landingIcon2, custom.landingIcon3,
custom.landingIcon4.
Provide a URI or a string-encoded image (max 128KiB in length). For example:
landingIcon: "<icon URI>"
or
landingIcon: "data:[<mime type>][;charset=<charset>][;base64], <encoded icon>"