Notebook
UI Builder: Create Footer
Purpose: How to create a Footer for a Portal Experience in ServiceNow UI Builder. The Footer is displayed at the bottom of every page in a Portal Experience.
- Open Experience in UI Builder
- Click “menu”
- Click “Edit Experience Settings”
- Click “Navigation and Menus”
- Click “Advanced Footer Settings”
- Complete the form as follows:
-
Page: select the current Experience name
-
Name: chrome_footer
-
Type: json
-
Route: leave blank to apply to all routes
-
Description: any text
-
Value:
{ "public_page":{ "enable_footer_topbar":true, "footer_topbar_options":{ "enable_logo":true }, "enable_footer_bar":true, "footer_bar_options":{ "enable_links":true, "enable_copyright_text":true, "copyright_text":"© 2020 Company Inc. All rights reserved." } } }
Special thanks to Ninja Bytes
-