Correspondence Management solution allows you to rebrand
its solution template to retain brand value and adhere to your organization’s
branding standards. If you are considering rebranding the Correspondence
Management interface, typically, you may have the following items
to rebrand:
Changing the Correspondence Management logoIn Flash Builder, open the Manage Assets project
in the Package Explorer view.
Navigate to ManageAssets > src > assets > logos and
place the updated logo png file in the folder.
Navigate to ManageAssets > src > com.adobe.solutions.cmg.manage > skins > ApplicationHeaderSkin.mxml > ApplicationHeaderSkin > DefaultLogo: Class.
Double click the skin to open it in the Editor.
Replace the path with a custom logo image file. For example: [Embed(source="/assets/logos/adobe_logo.png")]
Rebuild and redeploy the Solution template to view the changes.
For information on rebuilding and redeploying, see Building and deploying the Solution Template
Configuring List of fontsDepending on your requirements, you can configure the list
of fonts available in the text editor of the Create Correspondence
and Manage Assets user interfaces. To do so: Navigate
to file [CorrespondenceManagementSolutionTemplate]\package-resources\content\cm\tbxeditor-config.xml
and open it. The file contains a list of fonts as follows: <font>_sans</font>
<font>_serif</font>
<font>_typewriter</font>
<font>Arial</font>
<font>Courier</font>
<font>Courier New</font>
<font>Geneva</font>
<font>Georgia</font>
<font>Helvetica</font>
<font>Tahoma</font>
<font>Times New Roman</font>
<font>Times</font>
<font>Verdana</font>
Add or delete the fonts as required from the tbxeditor-config.xml
file.
Rebuild and Redeploy. For information on rebuilding and redeploying,
see Building and deploying the Solution Template.
After deploying the package, the Text editor font menu drop-down
list contains the modified list. Ensure that the fonts added are
included in your system’s Font directory.
|
|
|