Rebranding the application
You can rebrand the application and change the company logo in the banner and the About box. You can also change the product name across the application.
- You can re-brand the application in the following ways:
- Change one or all of the following images:
- Logo on the application banner
- Brand logo in the About box
- Application icon on browser tab
<Runtime>/extensions/wsc/webpages/ngstore/store/style/themes/<theme_name>/images/, build, and test your changes. - Product name across the application: You can modify the
globals.TITLE_Product_namebundle entry in theextn.nls.jsonfile appropriately. For more information, refer the "Overriding existing bundle entries" section in Support for localization. - Application name on browser tab: You can override the default product name by modifying
the
WSC_Product_Namebundle entry in theextnbundle.propertiesfile appropriately.
- Change one or all of the following images:
- Test your customizations.