Portal Footer widget JSON parameters
Use the JSON parameters to define aspects of the Portal Footer widget on the portal page.
Note:
This information assumes that you’re familiar with the JSON code format.
| Parameter | Description |
|---|---|
| org_info | The company name and address to appear on the portal footer. |
| copyright | Copyright information to appear on the portal footer. You can display copyright symbol, the year of copyright, and the name of the copyright holder or organization in the footer. |
| logo_img_name | The image that can be displayed as a logo in the footer. The image name should to be accessed from the Images [db_image] table. |
| logo_alt_text | Alternate screen-readable text that describes the brand logo in the footer for accessibility purposes. |
| sitemap_links_menu_sys_id | The system identifier (sys_id) of the menu record is used to display sitemap links in the Portal Polaris Footer widget. You can create a menu record and map it to the sitemap links by including its sys_id in the JSON code. For more information on how to create a menu record, see Menu Item form. |
| footer_links_menu_sys_id | The system identifier (sys_id) of the menu record is used to display footer links in the Portal Polaris Footer widget. You can create a menu record and map it to the footer links by including its sys_id in the JSON code. For more information on how to create a menu record, see Menu Item form. |
| social_links_menu_sys_id | The system identifier (sys_id) of the menu record is used to display social links in the Portal Polaris Footer widget. You can create a menu record and map it to the social links by including its sys_id in the JSON code. For more information on how to create a menu record, see Menu Item form. |