Skip to content

Add hyperlink to logo . Ref #326

  1. Feature to enable hyperlink to the logo in DE.

  2. Hyperlink can be configured in configs///settings.json under assets object as 'logoLink' key.

  3. Example :

"assets": { "header": "/assets/siscc/data-explorer/images/sis-cc-logo.png", "subheader": "/assets/siscc/data-explorer/images/dotstat-data-explorer-logo.png", "footer": "/assets/siscc/data-explorer/images/sis-cc-icon.png", "splash": "/assets/siscc/data-explorer/images/dotstat-data-explorer-logo.png", "logoLink": "https://abc.com" }, 4. "logoLink" key is not mandatory. It can be missing or empty.

Merge request reports