Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can add a custom button to the main navigation bar, next to the logo. This button can lead to any URL of your choice. 

To add the button:

  1. Go to Configuration > Advanced Configuration Options
  2. Create a new option called 'extraNavigationHtml'. As a value enter an HTML code containing the <a href> tag. 
  3. Save the option and refresh the application.

Image Modified

Code Block
languagexml
<a target="_blank" href="https://en.wikipedia.org"><div style="width:30px;height:30px; background-size: 30px 30px;
background-image:url(https://upload.wikimedia.org/wikipedia/en/8/80/Wikipedia-logo-v2.svg)" ></div></a>

...