Custom Navigation
It is also possible to add additional navigation points via a custom theme. You have to add a navi.json file with the following content.
Options
title: string (requirement)
title
is the name of the new navigation point.
href: string (requirement)
This is the path/url to link to.
target: string
With this option you can specify whether the link is opened in a new tab or in the same window. possible values here are _self
and _blank
.
position: integer
This value is used to sort the navigation. All normal navigation points are numbered in steps of 10 (Dashboard: 10, Webcam: 20, Console: 30, ... Machine: 90). Simply set a value in between to place the new navipoint between two default points.
icon: string
A custom icon can be added to the navigation point. This can be copied from the material design icons. To do this, open the page https://pictogrammers.com/library/mdi/, open an icon and click on "copy SVG". All you need is the path. Hier the example from the account
icon:
Last updated