WorkSpace Customization
To learn more about WorkSpace built-in localization mechanism, refer to WorkSpace Localization. This mechanism can also be used for changing the titles or wording of WorkSpace messages and menu.
Customization
Change Logo
If it is required to replace image at /resources/img/workspace.png (or at /resources/img/workfusion-workspace.png for versions earlier than
9.0).
In the same directory where
workspace.waris located create the/resources/imgdirectory and putworkfusion-workspace.pngorworkspace.pnglogo in it)Run the following command:
jar -uvf workspace.war resources/img/workspace.png
Link to manual
Use web.resourceUrl application property. Manual should be located at $web.resourceUrl$/help/help.html
Tour display on first sign
Use web.tourEnabled application property.
Display of company email in footer
Use web.displaySupportEmail property. It can be switched off. If you want to change company email, project rebuild is required.
Footer twitter link
Use web.twitterLink application property. It's not displayed if the value is 'null'.