JSON Structure for UI Builder chrome_linkset property?

Aaron Dalton
Tera Expert

Hello! I'm working on a portal in UI builder and want to use the linkset groups in the footer. I've found out at a minimum I need a "chrome_linkset" property which should have some JSON in it. From various searches through all the UI Builder resources I could find, I've gotten to this point:

{
      "linkset_group": [
            {
                  "heading": {
                        "type": "text",
                        "hasIcon": true,
                        "icon": {},
                        "label": "Get in Touch",
                        "link": {}
                  }
            }
      ]
}

The above JSON creates a heading like this in the footer:

find_real_file.png

 

This doesn't follow the same structure you'd use in chrome_menu for a linkset and I'd have expected "icon" and "link" to be strings, but the resource I found shows them as objects - which means I'm unfortunately unsure what's supposed to go into those either. 

My question is - does anyone have the exact structure for how this chrome_linkset property should be set? 

1 ACCEPTED SOLUTION
3 REPLIES 3

You're a lifesaver, thank you! One more thing that I don't see listed in that Footer documentation - do you know how to set the address under the company logo?

Found this resource with some good information on the various page properties for UIB: https://nowtektalk.blog/2021/03/10/servicenow-uib-page-properties/