UI Builder chrome_header can icon link back to home

Velma
Tera Guru

Is there a way to get the chrome_header icon to link back to application home page (as normal applications do)? 

3 REPLIES 3

Michael Fry1
Kilo Patron

Isn't it called out in Chrome Toolbar:

 {
    "id": "home",
    "label": {
      "translatable": true,
      "message": "Home"
    },
    "icon": "home-outline",
    "viewportInfo": {},
    "routeInfo": {
      "route": "home" <- home is your route
    },
    "group": "top",
    "order": 100,
    "badge": {},
    "presence": {},
    "availability": {}
  },

@Michael Fry, are you thinking the chrome_toolbar syntax might work in chrome_header? They seem so very different.