- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2022 11:35 AM
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:
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2022 01:22 PM
Look at the following 3 links, which together should provide information, which you need:
- https://developer.servicenow.com/dev.do#!/reference/now-experience/tokyo/shared-components/now-link-...
- https://developer.servicenow.com/dev.do#!/reference/now-experience/tokyo/now-components/sn-canvas-fo...
- https://www.ninjabytes.blog/uib_basic/add-footer/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2022 01:22 PM
Look at the following 3 links, which together should provide information, which you need:
- https://developer.servicenow.com/dev.do#!/reference/now-experience/tokyo/shared-components/now-link-...
- https://developer.servicenow.com/dev.do#!/reference/now-experience/tokyo/now-components/sn-canvas-fo...
- https://www.ninjabytes.blog/uib_basic/add-footer/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 07:23 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2022 05:44 AM
Found this resource with some good information on the various page properties for UIB: https://nowtektalk.blog/2021/03/10/servicenow-uib-page-properties/